mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-08 16:20:02 +00:00
Fix: Use full screen height
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
d483bf78bd
commit
e61d7317aa
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ import Toaster from './_toaster.vue'
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
min-height: calc(100vh - 56px);
|
min-height: 100vh;
|
||||||
min-width: 1;
|
min-width: 1;
|
||||||
padding-left: 225px;
|
padding-left: 225px;
|
||||||
padding-top: 56px;
|
padding-top: 56px;
|
||||||
|
|
Loading…
Reference in a new issue