CSS updates for fake messages
This commit is contained in:
parent
28ac2974e8
commit
7c48ec7f91
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue