commit: 34e4dd0a79cdc03976c4137969beb4259ecdf500 parent c531391e871b6539cc53e919dd7cd2d6273b9ad1 Author: Henry Jameson <me@hjkos.com> Date: Tue, 13 Feb 2024 02:31:33 +0200 fix last border of menu-itemDiffstat:
M | src/App.scss | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)diff --git 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; } }