From ad5fe7efc9eab0887b4024ccf50644b00ff866c3 Mon Sep 17 00:00:00 2001 From: Helianthella Date: Tue, 22 Dec 2020 00:19:47 -0500 Subject: fix the navigation bar size --- src/components/Navigation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Navigation.vue b/src/components/Navigation.vue index 783e12a..9f4e530 100644 --- a/src/components/Navigation.vue +++ b/src/components/Navigation.vue @@ -58,7 +58,7 @@ border-radius: 5px; border: solid 1px #2f2e32; margin-bottom: 13px; - min-width: 17ch; + min-width: max(160px, 17ch); & ul { list-style: none; -- cgit v1.2.3-60-g2f50