From 846106a1a8785aecfbc69d086c0a4dcc3e24b7ec Mon Sep 17 00:00:00 2001 From: Justin Georgi Date: Sun, 4 May 2025 09:47:59 -0700 Subject: [PATCH] Fix: View menu width on mobile Signed-off-by: Justin Georgi --- modules/glmv.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/glmv.css b/modules/glmv.css index 32c485b..ed81eba 100644 --- a/modules/glmv.css +++ b/modules/glmv.css @@ -209,7 +209,7 @@ border-radius: 9px; &:hover { - width: 294px; + width: 342px; } }