From 5314100714e96f523701cb3c54dcad44b1954e3c Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Fri, 29 Jan 2021 11:50:19 -0500 Subject: [PATCH] Revert "use variable for header height" This reverts commit b68600d978e5602be199cbb62268201c6ffe985f. --- ui/scss/component/_animation.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scss/component/_animation.scss b/ui/scss/component/_animation.scss index ff7d74b2a..e3d8d383d 100644 --- a/ui/scss/component/_animation.scss +++ b/ui/scss/component/_animation.scss @@ -70,7 +70,7 @@ @keyframes menu-animate-in { 0% { - transform: translateY(var(--header-height)); + transform: translateY(-80px); opacity: 0; } 100% {