Fix titlebar CSS issue

Issue #93
This commit is contained in:
N-Pex 2021-03-18 11:30:30 +01:00
parent cd29f8d681
commit 1de3d2c954
3 changed files with 4 additions and 13 deletions

View file

@ -10,6 +10,9 @@ $chat-standard-padding-xs: 8px;
$chat-text-size: 1.0px;
$chat-button-height: 50px;
html { height:100%; }
body { position:absolute; top:0; bottom:0; right:0; left:0; }
.h1 {
font-family: 'Poppins', sans-serif;
font-weight: 800;