fix height calculation for centered mode

This commit is contained in:
SrGooglo 2023-06-07 01:27:37 +00:00
parent 8c3b095af5
commit 9504b40419

View File

@ -143,7 +143,7 @@ html {
.page_layout {
width: 60%;
height: 95vh;
height: calc(100vh - var(--layoutPadding) * 2);
}
}
}