Skip to content

Commit

Permalink
chore(dock): tweak divider style
Browse files Browse the repository at this point in the history
  • Loading branch information
hakadao committed Sep 9, 2024
1 parent 67718fa commit c43577b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Dock/Dock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -278,11 +278,11 @@ function handleBackToTopOrRefresh() {
}
.divider {
--uno: "my-1 mx-3 h-4px bg-$bew-fill-1 rounded-4";
--uno: "my-1 mx-3 h-3px bg-$bew-border-color rounded-4";
}
&.bottom .divider {
--uno: "w-4px h-auto my-3 mx-1";
--uno: "w-3px h-auto my-3 mx-1";
}
.dock-content-inner {
Expand Down

0 comments on commit c43577b

Please sign in to comment.