Skip to content

Commit

Permalink
feat: add shadow to interface
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed Mar 15, 2023
1 parent 095192b commit d248bd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ onMounted(() => {
flex-direction: column;
min-width: 0;
background: rgb(var(--theme-background) / var(--theme-opacity));
box-shadow: 0 0 4px 0px rgb(0 0 0 / 5%);
transition: background 0.2s;
.app.is-opaque & {
background: rgb(var(--theme-background));
Expand Down

0 comments on commit d248bd5

Please sign in to comment.