mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Define --footer-nav-height css var (#14008)
This commit is contained in:
parent
70f8fdbe45
commit
3119b881aa
@ -2,7 +2,10 @@
|
|||||||
// Footer nav bar (displayed in DiscourseHub app and PWAs)
|
// Footer nav bar (displayed in DiscourseHub app and PWAs)
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
$footer-nav-height: 49px;
|
:root {
|
||||||
|
--footer-nav-height: 49px;
|
||||||
|
}
|
||||||
|
$footer-nav-height: var(--footer-nav-height);
|
||||||
|
|
||||||
body.footer-nav-visible {
|
body.footer-nav-visible {
|
||||||
#main-outlet {
|
#main-outlet {
|
||||||
|
Loading…
Reference in New Issue
Block a user