Skip to content

Commit

Permalink
hide setting wrapper when empty
Browse files Browse the repository at this point in the history
  • Loading branch information
SenkJu committed Dec 28, 2023
1 parent 6cb4658 commit 62412f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/settings/SettingWrapper.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
.wrapped-settings {
background-color: rgba(0, 0, 0, 0.26);
border-radius: 6px;
}
.wrapped-settings:not(:empty) {
padding: 10px;
border-bottom: solid 1px #4677ff;
display: grid;
Expand Down

0 comments on commit 62412f6

Please sign in to comment.