highLevel syncs across chans, shows in userlist

This commit is contained in:
rainbow napkin 2024-12-03 20:27:37 -05:00
parent 279640a7e7
commit 8ccb9003cc
8 changed files with 102 additions and 38 deletions

View file

@ -185,9 +185,16 @@ input#chat-panel-prompt{
margin: 0.2em;
}
.user-list-high-level{
margin: auto;
}
.chat-entry-high-level{
margin: 0.2em;
margin-right: 0;
}
.high-level{
z-index: 2;
background-image: url("/img/sweet_leaf_simple.png");
background-size: 1.3em;
@ -199,13 +206,14 @@ input#chat-panel-prompt{
flex-shrink: 0;
}
.chat-entry-high-level-img{
position: absolute;
height: 1.7em;
span.user-entry{
display: flex;
margin-bottom: 0.1em;
}
.user-entry{
margin: 0.2em;
margin: 0;
margin-left: 0.1em;
font-size: 1em;
width: fit-content;
}