Skip to content

Commit

Permalink
✨ feat: add styles for artist pick
Browse files Browse the repository at this point in the history
  • Loading branch information
sanoojes committed Oct 6, 2024
1 parent 0bf0437 commit b498df1
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions src/user.css
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,6 @@ input,

.global-nav .marketplace-card-type-heading {
visibility: hidden;
/* margin: 4em 0 .5em; */
}

.marketplace-header-icon-button,
Expand Down Expand Up @@ -961,7 +960,8 @@ div[data-testid="hpto-parent-container"] {
.lyrics-lyrics-contentWrapper,
.main-view-container__scroll-node,
.nw2W4ZMdICuBo08Tzxg9,
.main-devicePicker-section /* ADD: Right sidebar scroll node */ {
.main-devicePicker-section /* ADD: Right sidebar scroll node */
{
padding-bottom: calc(var(--now-playing-bar-height) + var(--gap-lg));
}

Expand Down Expand Up @@ -993,10 +993,21 @@ div[data-testid="hpto-parent-container"] {
overflow: hidden;
}

.JnpOnFaQfrRIA2fYe88A /* ADD: classes for artist popup */ {
.JnpOnFaQfrRIA2fYe88A /* ADD: classes for artist popup */
{
max-height: 70vh !important;
}

.guUl5dHbF5HJRvwjBxzR,
.guUl5dHbF5HJRvwjBxzR > .main-image-image,
.FOgY6uo_Bj_VTV5hwaix {
width: 100%;
height: 100%;
aspect-ratio: 16 / 7.15;
object-fit: cover;
border-radius: 0.5rem;
}

.GenericModal__overlay {
background-color: rgba(
var(--spice-rgb-shadow),
Expand Down Expand Up @@ -1215,7 +1226,8 @@ dialog {

/* Search Section */
.IGCDq9qa08JVVY3mcy7Y,
.CqCtb3wr4SK8AiZwxeH0 /* ADD: Search card <a> selector */ {
.CqCtb3wr4SK8AiZwxeH0 /* ADD: Search card <a> selector */
{
padding: 0 !important;
}

Expand Down

0 comments on commit b498df1

Please sign in to comment.