From 093ac529c760d62ca327b318130f5f1fff0ffb0c Mon Sep 17 00:00:00 2001 From: Bnyro Date: Sun, 28 May 2023 11:02:10 +0200 Subject: [PATCH] Add horizontal margin to navbar icons and remove unused code --- src/components/NavBar.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index b4ae6daf..8f4518c1 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -195,7 +195,7 @@ export default { @apply absolute right-3 cursor-pointer rounded-full bg-[#ccc] w-4 h-4 text-center text-black opacity-50 hover:(opacity-70) text-size-[13px]; line-height: 1.05; } -.mobile-nav svg { - width: 16px; +.mobile-nav div { + @apply mx-1; }