2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

Revert "DEV: Define --footer-nav-height css var (#14008)" (#14327)

This reverts commit 3119b881aa.
This commit is contained in:
Penar Musaraj 2021-09-13 15:09:06 -04:00 committed by GitHub
parent 97c0659fcc
commit b90eb0da14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,10 +2,7 @@
// Footer nav bar (displayed in DiscourseHub app and PWAs) // Footer nav bar (displayed in DiscourseHub app and PWAs)
// -------------------------------------------------- // --------------------------------------------------
:root { $footer-nav-height: 49px;
--footer-nav-height: 49px;
}
$footer-nav-height: var(--footer-nav-height);
body.footer-nav-visible { body.footer-nav-visible {
#main-outlet { #main-outlet {