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