Deal with the 64 pixels of doom once and for all

Co-authored-by: Freeplay <freeplay@duck.com>
This commit is contained in:
CenTdemeern1 2024-11-04 04:44:10 +01:00
parent a881d083e0
commit 2a4fb1f615

View file

@ -242,7 +242,8 @@ onDeactivated(() => {
overflow: hidden; overflow: hidden;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: 100%; // ?????? Works somehow??? height: 100vh;
max-height: inherit;
> i { > i {
display: block; display: block;
@ -464,7 +465,8 @@ onDeactivated(() => {
align-items: center; align-items: center;
background: #111; background: #111;
color: #fff; color: #fff;
height: 100%; // ?????? Works somehow??? height: 100vh;
max-height: inherit;
> div { > div {
display: table-cell; display: table-cell;