Revert "fix: css rounding in nav"

This reverts commit 86734353b8.
This commit is contained in:
ShittyKopper 2023-10-31 21:58:15 +03:00
parent 45cb1d7709
commit 11d4c2412e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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