Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
fix: css rounding in nav
Browse files Browse the repository at this point in the history
  • Loading branch information
Insert5StarName committed Oct 1, 2023
1 parent 3d8414e commit 8673435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/frontend/src/ui/deck.vue
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ body {
width: 100%;
max-width: 60px;
margin: auto;
border-radius: 100%;
border-radius: 5px;
background: var(--panel);
color: var(--fg);

Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/ui/universal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 8673435

Please sign in to comment.