summaryrefslogtreecommitdiff
path: root/main.css
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-02-28 18:58:56 -0500
committerLLLL Colonq <llll@colonq>2025-02-28 18:58:56 -0500
commitff928393b5ac3d62a61592171de8ebd676a121e9 (patch)
tree702566c685d6da0db4216f1ecdd25575a3788bdc /main.css
parente99e29c5c6bf6ba12a478d2333a9d6f020592209 (diff)
Update
Diffstat (limited to 'main.css')
-rw-r--r--main.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/main.css b/main.css
index 5572bd7..cb79905 100644
--- a/main.css
+++ b/main.css
@@ -503,9 +503,10 @@ a.lcolonq-button-link :active {
}
/* throwshade */
+#lcolonq-throwshade-body {
+ overflow-y: scroll;
+}
#lcolonq-throwshade {
- overflow-x: hidden;
- overflow-y: hidden;
height: 100vh;
display: flex;
flex-direction: column;
@@ -564,5 +565,9 @@ a.lcolonq-button-link :active {
max-width: 40%;
}
#lcolonq-throwshade-bottom-right img {
+ cursor: pointer;
height: 40%;
}
+#lcolonq-throwshade-current {
+ margin: 0.5rem;
+}