Skip to content

Commit

Permalink
add box shadow to settings/log
Browse files Browse the repository at this point in the history
  • Loading branch information
SenkJu committed Dec 24, 2023
1 parent 7613ac6 commit 6450779
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/main/log/ClientLog.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
z-index: 1000;
display: flex;
flex-direction: column;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.settings {
Expand Down
1 change: 1 addition & 0 deletions src/lib/settings/SettingsContainer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
overflow: hidden;
display: flex;
flex-direction: column;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.header {
Expand Down

0 comments on commit 6450779

Please sign in to comment.