Started work on emotes panel

This commit is contained in:
rainbow napkin 2024-12-21 13:43:28 -05:00
parent 6a10bf3dea
commit 633884534c
9 changed files with 242 additions and 7 deletions

View file

@ -340,4 +340,14 @@ select.panel-head-element{
#delete-account-popup-title, #delete-channel-popup-title{
color: var(--danger0);
}
/* panel */
.title-filler-span{
background-color: var(--accent0);
}
div.emote-panel-list-emote{
border: 1px solid var(--accent0);
}