From 6b0a73e1c8968c86da7d761d4a19830cc2f55cec Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Sun, 22 Dec 2024 21:28:27 -0500 Subject: [PATCH] Fixed emote list .css --- www/css/panel/emote.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/css/panel/emote.css b/www/css/panel/emote.css index dc4c08c..65cafe0 100644 --- a/www/css/panel/emote.css +++ b/www/css/panel/emote.css @@ -27,6 +27,8 @@ div.emote-panel-list-emote{ span.emote-panel-list-emote{ width: 9em; + /*It wanted to be a cunt about the padding, and I didn't want to fight it... Theres probably a better way.*/ + height: calc(100% - 1em); display: flex; flex-direction: column; padding: 0.5em 0; @@ -78,6 +80,7 @@ span.emote-list-trash-icon{ border-radius: 1em; top: -0.5em; right: -0.5em; + z-index: 1; } i.emote-list-trash-icon{