Skip to content

Commit

Permalink
🐛 fix: #53
Browse files Browse the repository at this point in the history
  • Loading branch information
sanoojes committed Sep 9, 2024
1 parent 1c667e7 commit 1ae2973
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/user.css
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ input,
.main-nowPlayingView-section,
.main-globalNav-icon,
.main-contextMenu-menu,
[data-tippy-root],
[data-tippy-root] div,
.x-settings-equalizerSection,
.main-actionButtons button,
.main-topBar-button,
Expand All @@ -564,7 +564,7 @@ input,
.Root__nav-bar,
.main-userWidget-box,
.x-settings-equalizerSection,
[data-tippy-root],
[data-tippy-root] div,
.main-contextMenu-menu,
.main-editImageButton-rounded,
.main-avatar-image,
Expand Down Expand Up @@ -1284,7 +1284,7 @@ dialog {
}

/* Context Menu */
[data-tippy-root]::before,
[data-tippy-root]>div::before,
.main-contextMenu-menu::before {
content: "";
z-index: -1;
Expand All @@ -1301,7 +1301,7 @@ dialog {
border-radius: var(--card-border-radius);
}

[data-tippy-root],
[data-tippy-root] div,
[data-tippy-root] [data-tippy-root] ul,
.main-contextMenu-menu {
background-color: transparent !important;
Expand Down

0 comments on commit 1ae2973

Please sign in to comment.