Fixed emote list .css

This commit is contained in:
rainbow napkin 2024-12-22 21:28:27 -05:00
parent 93cece48ea
commit 6b0a73e1c8

View file

@ -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{