Skip to content

Commit

Permalink
(ui): Add shadow to cardlist widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
smolBlackCat committed Dec 18, 2024
1 parent 6cc959b commit 00d3930
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/resources/ui/style-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

list.rich-list {
border-radius: 20px;
box-shadow: 0 0 4px #000000;
}

.add-cardlist-button {
Expand Down Expand Up @@ -109,4 +110,4 @@ list.rich-list {
border-radius: 4px;
padding: 4px;
box-shadow: 0 0 2px #000000;
}
}
3 changes: 2 additions & 1 deletion src/resources/ui/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

list.rich-list {
border-radius: 20px;
box-shadow: 0 0 4px #9a9996;
}

.add-cardlist-button {
Expand Down Expand Up @@ -111,4 +112,4 @@ list.rich-list {
border-radius: 4px;
padding: 4px;
box-shadow: 0 0 2px #000000;
}
}

0 comments on commit 00d3930

Please sign in to comment.