mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
fix height calculation for centered mode
This commit is contained in:
parent
8c3b095af5
commit
9504b40419
@ -143,7 +143,7 @@ html {
|
|||||||
|
|
||||||
.page_layout {
|
.page_layout {
|
||||||
width: 60%;
|
width: 60%;
|
||||||
height: 95vh;
|
height: calc(100vh - var(--layoutPadding) * 2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user