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{