Fixed emote list .css
This commit is contained in:
parent
93cece48ea
commit
6b0a73e1c8
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Reference in a new issue