Skip to content

Commit

Permalink
ProSpotify.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ProChopa authored Jun 11, 2024
1 parent 2995141 commit 81fefaf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ProSpotify.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
.main-nowPlayingView-section {
background-color: transparent;
padding: 0px;
max-height: 351px;
max-height: 333px;
}
.main-nowPlayingView-aboutArtist,
.main-nowPlayingView-aboutArtistV2,
Expand Down Expand Up @@ -236,6 +236,10 @@ div#context-menu:before,
.XvgFwKtvocRdadc47KE9:hover>:first-child {
background: rgba(var(--spice-rgb-selected-row), 0.2);
}
.tippy-box[data-theme~=device-picker] {
background-color: unset;
backdrop-filter: blur(15px);
}

/* NOTIFICATION TOASTER */
.main-notificationBubbleContainer-NotificationBubbleContainer .main-notificationBubble-NotificationBubble {
Expand Down

0 comments on commit 81fefaf

Please sign in to comment.