Finished up with personal emotes.

This commit is contained in:
rainbow napkin 2024-12-22 21:10:07 -05:00
parent a4a1f6a65b
commit 93cece48ea
5 changed files with 103 additions and 50 deletions

View file

@ -19,17 +19,22 @@
justify-items: center;
}
div.emote-panel-list-emote{
position: relative;
margin: 0.5em;
}
span.emote-panel-list-emote{
width: 9em;
display: flex;
position: relative;
flex-direction: column;
padding: 0.5em 0;
margin: 0.5em;
margin: 0;
cursor: pointer;
}
div.emote-panel-list-big-emote{
span.emote-panel-list-big-emote{
width: 100%;
margin: 0.5em auto;
}
@ -47,7 +52,7 @@ p.emote-list-title{
}
.emote-list-big-media{
max-height: 80VH;
max-height: 30VH;
max-width: 100%;
margin: 0.5em;
}