Fix chat width

This commit is contained in:
joeyak 2019-03-21 18:07:48 -04:00
parent d3334fd58c
commit d13de4213f
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ span.svmsg {
position: relative;
padding-top: 1vh;
max-height: calc(var(--var-max-height) - 1vh);
min-width: 300px;
}
#hidden {