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