From b68600d978e5602be199cbb62268201c6ffe985f Mon Sep 17 00:00:00 2001 From: DispatchCommit Date: Wed, 27 Jan 2021 03:33:28 -0800 Subject: [PATCH] use variable for header height --- 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 e3d8d383d..ff7d74b2a 100644 --- a/ui/scss/component/_animation.scss +++ b/ui/scss/component/_animation.scss @@ -70,7 +70,7 @@ @keyframes menu-animate-in { 0% { - transform: translateY(-80px); + transform: translateY(var(--header-height)); opacity: 0; } 100% {