fix: css rounding in nav

This commit is contained in:
Insert5StarName 2023-10-01 02:38:38 +02:00
parent 3d8414e499
commit 86734353b8
2 changed files with 2 additions and 2 deletions

View File

@ -446,7 +446,7 @@ body {
width: 100%;
max-width: 60px;
margin: auto;
border-radius: 100%;
border-radius: 5px;
background: var(--panel);
color: var(--fg);

View File

@ -404,7 +404,7 @@ $widgets-hide-threshold: 1090px;
width: 100%;
max-width: 60px;
margin: auto;
border-radius: 100%;
border-radius: 5px;
background: var(--panel);
color: var(--fg);