From 6092ad0c91e0dc268e5988174db87ded14e6c931 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 20 Dec 2021 23:11:08 +0100 Subject: chore: move toolbar size to global scope It allows me to manage footer padding on small viewports. --- src/components/MainNav/MainNav.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/MainNav/MainNav.module.scss') diff --git a/src/components/MainNav/MainNav.module.scss b/src/components/MainNav/MainNav.module.scss index 596f1d5..d732b99 100644 --- a/src/components/MainNav/MainNav.module.scss +++ b/src/components/MainNav/MainNav.module.scss @@ -75,7 +75,7 @@ bottom: auto; left: auto; right: auto; - top: var(--btn-size); + top: calc(var(--btn-size) + var(--spacing-sm)); z-index: unset; border-bottom-width: fun.convert-px(5); transform-origin: 50% -100%; -- cgit v1.2.3