Skip to content

Commit

Permalink
make popout panel darker
Browse files Browse the repository at this point in the history
  • Loading branch information
Jazcash committed Feb 26, 2023
1 parent c623640 commit 023419e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/navbar/PopOutPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const props = defineProps<{
//transform: translateX(-9px);
//opacity: 1;
//transition: transform 200ms, opacity 200ms;
background: rgba(0, 0, 0, 0.85);
background: rgba(0, 0, 0, 0.95);
:deep(.content) {
padding: 0;
}
Expand Down

0 comments on commit 023419e

Please sign in to comment.