From 59898c7883a732b3956b69bd596ef0ee4f5c912a Mon Sep 17 00:00:00 2001 From: Arthals <36695271+zhuozhiyongde@users.noreply.github.com> Date: Sun, 18 Jun 2023 13:47:20 +0800 Subject: [PATCH] fix(navbar): Fixed the issue of overlapping with the control bar (#2073) --- src/components/Navbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Navbar.vue b/src/components/Navbar.vue index 34d1df7..dce629b 100644 --- a/src/components/Navbar.vue +++ b/src/components/Navbar.vue @@ -194,7 +194,7 @@ nav { @media (max-width: 1336px) { nav { - padding: 0 5vw; + padding: 0 max(5vw, 90px); } }