Skip to content

Commit

Permalink
Update app.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Astromations committed Jun 19, 2023
1 parent 92fbbc0 commit 10d07f7
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions app.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,19 @@
--background-press: rgba(255,255,255,0.05);
}

.main-rootlist-wrapper {
--spice-rgb-shadow: !important;
}

.main-yourLibraryX-isScrolled {
-webkit-box-shadow: 0 8px 6px rgba(0, 0, 0, 0.3);
box-shadow: 0 8px 6px rgba(0, 0, 0, 0.3);
}

.main-yourLibraryX-listRowEntityImage {
box-shadow: -2px 4px 6px 2px rgb(0 0 0 / 14%);;
}

/* ----NOW PLAYING BAR---- */

.Root__now-playing-bar {
Expand Down Expand Up @@ -356,7 +364,8 @@

.search-searchCategory-carouselButton,
.search-searchCategory-carouselButton:hover {
background-color: var(--backdrop);
background-color: transparent;
border-radius: var(--button-border)
}


Expand Down Expand Up @@ -522,7 +531,9 @@
.main-buddyFeed-link,
.main-trackInfo-name,
.main-trackInfo-contentWrapper,
.main-trackInfo-contentWrapper {
.main-trackInfo-contentWrapper,
.main-yourLibraryX-listRowSubtitle,
.ListRowTitle__LineClamp-sc-1xe2if1-0 {
text-shadow: -1px 3px 20px rgb(0 0 0 / 20%);
}

Expand Down Expand Up @@ -581,7 +592,7 @@
background-color: var(--backdrop) !important;
transition: transform 0.2s ease;
border-radius: 6px;
box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
box-shadow: 4px 0px 15px rgb(0 0 0 / 20%);
}

.main-card-draggable {
Expand Down

0 comments on commit 10d07f7

Please sign in to comment.