From 4f372c0c7785382ae144f6b2661f1d73295d85e6 Mon Sep 17 00:00:00 2001 From: Kaleb Efflandt <72526467+macarooni-man@users.noreply.github.com> Date: Wed, 14 Feb 2024 01:29:55 -0600 Subject: [PATCH] Update base.css --- app/styles/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/base.css b/app/styles/base.css index 905da2f4..beae0173 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -282,7 +282,7 @@ html { left: -15px; /* top: 0; */ transform: translateY(35px); - width: calc(100% + 35px); + width: 35px; height: 50px; z-index: -1; cursor: pointer;