Skip to content

Commit

Permalink
Update app.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Astromations authored Jun 21, 2023
1 parent 8ecbe61 commit 321336d
Showing 1 changed file with 44 additions and 6 deletions.
50 changes: 44 additions & 6 deletions app.css
Original file line number Diff line number Diff line change
Expand Up @@ -478,9 +478,22 @@
color: var(--spicet-text)
}

.x-searchHistoryEntries-clearSingleSearchHistory > button {
border-radius: var(--button-border);
.x-searchHistoryEntries-clearSingleSearchHistory {
top: 20px;
margin-right: 12px;
opacity: 0;
transition: all 0.2s ease;
border-radius: var(--button-border) !important;
}

.x-searchHistoryEntries-searchHistoryEntry:hover > .x-searchHistoryEntries-clearSingleSearchHistory {
opacity: 1;
}

.x-searchHistoryEntries-clearSingleSearchHistoryButton {
border-radius: var(--button-border) !important;
background-color: var(--backdrop);
transition: all 0.2s ease;
}

.x-searchHistoryEntries-clearSingleSearchHistoryButton:focus, .x-searchHistoryEntries-clearSingleSearchHistoryButton:hover {
Expand Down Expand Up @@ -546,6 +559,7 @@

.x-categoryCard-CategoryCard {
transition: transform 0.2s ease;
box-shadow: -3px -2px 15px rgb(0 0 0 / 20%);
}

.x-categoryCard-CategoryCard:hover {
Expand Down Expand Up @@ -621,21 +635,34 @@
background-color: var(--backdrop);
}

.nav-ylx .artist-artistDiscography-headerContainer {
.nav-ylx .artist-artistDiscography-headerContainer,
.artist-artistDiscography-headerContainer{
background: none;
}

.artist-artistDiscography-topBar {
position: fixed
}

.nav-ylx .artist-artistDiscography-topBar.artist-artistDiscography-topBarScrolled {
.nav-ylx .artist-artistDiscography-topBar.artist-artistDiscography-topBarScrolled,
.artist-artistDiscography-topBar.artist-artistDiscography-topBarScrolled{
background: none;
border-bottom: none;
-webkit-box-shadow: unset;
box-shadow: unset;
}

.artist-artistDiscography-button.artist-artistDiscography-active, .artist-artistDiscography-button:focus, .artist-artistDiscography-button:hover {
border-radius: var(--button-border);
}

.ButtonInner-sm-iconOnly,
.Button-sm-buttonPrimary-useBrowserDefaultFocusStyle:hover .ButtonInner-sc-14ud5tc-0 {
background: none ;
color: var(--background-base,#ffffff);
scale: 1.2
}

/* ----HOME VIEW---- */

.main-home-homeHeader {
Expand Down Expand Up @@ -683,10 +710,21 @@
}

.main-heroCard-PlayButtonContainer {
-webkit-box-shadow: unest;
box-shadow: unset;
-webkit-box-shadow: unest;
box-shadow: unset;
}

.main-gridContainer-gridContainer {
padding-bottom: 16px !important
}

.main-shelf-shelf {
margin-bottom: unset !important;
}

.artist-artistOverview-artistShelfSpacer {
margin-bottom: 16px !important;
}

.Button-lg-buttonPrimary-useBrowserDefaultFocusStyle:hover
.ButtonFocus-sc-2hq6ey-0,
Expand Down

0 comments on commit 321336d

Please sign in to comment.