From ee3486af6662660f2d833eda43b4b9bbf4296277 Mon Sep 17 00:00:00 2001 From: mcnesium Date: Tue, 12 Mar 2024 14:44:12 +0100 Subject: [PATCH] align min-width with the other min-width values --- internal/ui/static/css/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ui/static/css/common.css b/internal/ui/static/css/common.css index c3d79f59..aa107d12 100644 --- a/internal/ui/static/css/common.css +++ b/internal/ui/static/css/common.css @@ -281,7 +281,7 @@ a:hover { } /* Hide the logo when there is not enough space to display menus when using languages more verbose than English */ -@media (min-width: 625px) and (max-width: 830px) { +@media (min-width: 620px) and (max-width: 830px) { .logo { display: none; }