From 328fd1bf7094df57eade0f2a90516bcf722572a7 Mon Sep 17 00:00:00 2001 From: Michel EDIGHOFFER Date: Fri, 10 Feb 2023 10:53:05 +0100 Subject: [PATCH] fix: add margin on top of search width to make the border visible (#1700) --- components/nav/NavSide.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/nav/NavSide.vue b/components/nav/NavSide.vue index b4a05591..b5b6b859 100644 --- a/components/nav/NavSide.vue +++ b/components/nav/NavSide.vue @@ -6,7 +6,7 @@ const { notifications } = useNotifications()