diff options
| author | ilotterytea <iltsu@alright.party> | 2025-05-16 02:35:37 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-05-16 02:35:37 +0500 |
| commit | b7f98ae1ab924edebb5a06506cc8545956fd8443 (patch) | |
| tree | 225b2024d2b13ba894f98171f092333183c305db /public/static/style.css | |
| parent | 664f82212c191af8e8bcbafeb60c8b78a10b4fbe (diff) | |
feat: emote wall
Diffstat (limited to 'public/static/style.css')
| -rw-r--r-- | public/static/style.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/public/static/style.css b/public/static/style.css index 5127d9c..9aa1ca9 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -388,11 +388,16 @@ button.big, font-size: 10px; } -.box.emote img { +.box.emote:has(.emote-desc) img { max-width: 64px; max-height: 64px; } +.box.emote:has(.emote-desc.none) img { + max-width: 96px; + max-height: 96px; +} + a.box { text-decoration: none; color: black; @@ -563,6 +568,10 @@ a.box:hover { display: flex; } +.none { + display: none; +} + .w-full { width: 100%; } |
