From 34e4dd0a79cdc03976c4137969beb4259ecdf500 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Tue, 13 Feb 2024 02:31:33 +0200 Subject: [PATCH] fix last border of menu-item --- src/App.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.scss b/src/App.scss index e4cfb561d9..6080b0e532 100644 --- a/src/App.scss +++ b/src/App.scss @@ -391,6 +391,7 @@ nav { &:last-child { border-bottom-right-radius: var(--roundness); border-bottom-left-radius: var(--roundness); + border: none; } }