mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
@@ -31,7 +31,9 @@
|
|||||||
|
|
||||||
.footer-nav-ipad & {
|
.footer-nav-ipad & {
|
||||||
top: calc(var(--header-offset) + var(--footer-nav-height));
|
top: calc(var(--header-offset) + var(--footer-nav-height));
|
||||||
height: calc(100vh - var(--header-offset, 0px) - var(--footer-nav-height, 0px));
|
height: calc(
|
||||||
|
100vh - var(--header-offset, 0px) - var(--footer-nav-height, 0px)
|
||||||
|
);
|
||||||
}
|
}
|
||||||
height: calc(100vh - var(--header-offset, 0px));
|
height: calc(100vh - var(--header-offset, 0px));
|
||||||
align-self: start;
|
align-self: start;
|
||||||
|
Reference in New Issue
Block a user