DEV: fixes linting (#20748)

Followup to 54eaae4326
This commit is contained in:
Joffrey JAFFEUX 2023-03-20 21:59:27 +01:00 committed by GitHub
parent 54eaae4326
commit c37dd63ac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,9 @@
.footer-nav-ipad & {
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));
align-self: start;