Also, this should handle issue #153.
This commit is contained in:
N-Pex 2021-07-17 20:17:57 +02:00
parent fdd583b1b5
commit 1b6671a6a7
6 changed files with 129 additions and 5 deletions

View file

@ -78,7 +78,8 @@ body { position:absolute; top:0; bottom:0; right:0; left:0; }
color: white;
border: none;
border-radius: $chat-standard-padding / 2;
height: $chat-standard-padding;
height: $chat-standard-padding !important;
min-height: $chat-standard-padding !important;
margin-top: $chat-standard-padding-xs;
margin-bottom: $chat-standard-padding-xs;
}