Skip to content

Commit

Permalink
tentative fix for opaque side bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Astromations authored May 26, 2024
1 parent 6a40a67 commit fb731a3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,15 @@ NOW PLAYING BAR
SIDEBAR
------*/

.main-buddyFeed-container {
.main-buddyFeed-container, .ffFwfKcPDbmAPLXzxzKq {
--background-base: var(--backdrop)!important;
}

/* tentative fix for sidebar box shadow */
.main-nowPlayingView-nowPlayingWidget > div > div:nth-child(1) > div {
box-shadow: none !important;
}

.main-buddyFeed-header {
padding-top: 0px !important;
padding-bottom: 0px;
Expand Down

0 comments on commit fb731a3

Please sign in to comment.