diff options
| author | LLLL Colonq <llll@colonq> | 2025-02-28 18:58:56 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-02-28 18:58:56 -0500 |
| commit | ff928393b5ac3d62a61592171de8ebd676a121e9 (patch) | |
| tree | 702566c685d6da0db4216f1ecdd25575a3788bdc /main.css | |
| parent | e99e29c5c6bf6ba12a478d2333a9d6f020592209 (diff) | |
Update
Diffstat (limited to 'main.css')
| -rw-r--r-- | main.css | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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; +} |
