CSS updates for fake messages

This commit is contained in:
MathMan05 2025-04-04 19:36:34 -05:00
parent 28ac2974e8
commit 7c48ec7f91

View file

@ -1070,6 +1070,8 @@ span.instanceStatus {
}
#channelw {
flex: 1;
max-height: fit-content;
flex-basis: auto;
}
.scroller {
flex: 1;
@ -1089,6 +1091,7 @@ span.instanceStatus {
}
#ghostMessages {
transform: translate(0px, -22px);
flex-grow: 1;
}
#pasteimage:empty {
height: 0;