From b7f98ae1ab924edebb5a06506cc8545956fd8443 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Fri, 16 May 2025 02:35:37 +0500 Subject: feat: emote wall --- public/static/style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'public/static/style.css') 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%; } -- cgit v1.2.3