Skip to content

Commit

Permalink
fix: user-menu opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Jan 22, 2025
1 parent 7a3e4a8 commit bb080b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/desktop/src/components/ChromeSidebar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -307,10 +307,15 @@
padding: 4px;
gap: 4px;
}
.user-button img {
border-radius: var(--radius-m);
}
:global(.user-button svg) {
opacity: 0.7;
}
.profile-picture {
border-radius: var(--radius-m);
}
Expand Down Expand Up @@ -369,7 +374,6 @@
:global(.btn-height-auto) {
height: auto !important;
border-radius: var(--radius-ml) !important;
opacity: 0.7;
padding: 0 !important;
}
Expand Down

0 comments on commit bb080b9

Please sign in to comment.