Fixed some small CSS stuff
This commit is contained in:
parent
33c8b75957
commit
b4fbad83d8
2 changed files with 4 additions and 1 deletions
|
@ -107,6 +107,9 @@
|
|||
min-height: min-content;
|
||||
min-width: 30em;
|
||||
|
||||
max-height: 100%;
|
||||
height: 100%;
|
||||
|
||||
@include chat-scrollbar-horizontal();
|
||||
|
||||
&.general-chat, &.general-application, &.audio-sounds {
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
flex-direction: column;
|
||||
justify-content: stretch;
|
||||
|
||||
height: 2em;
|
||||
min-height: 2em;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue