Skip to content

Commit

Permalink
fix(Sleek): small play button in action bar (spicetify#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChilledBuffalo committed Dec 18, 2023
1 parent a67ee93 commit fa0e9cf
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions Sleek/user.css
Original file line number Diff line number Diff line change
Expand Up @@ -438,21 +438,33 @@ input {
z-index: 3;
}

/* main-view play button */
.main-view-container .main-playButton-PlayButton > button > span {
/* play button */
.main-home-home .main-playButton-PlayButton > button > span {
inline-size: 42px;
block-size: 42px;
min-block-size: auto;
}
.main-view-container .main-playButton-PlayButton svg {

.main-home-home .main-playButton-PlayButton svg {
width: 24px;
height: 24px;
}
.main-view-container .main-playButton-PlayButton > button > span > span {

.main-home-home .main-playButton-PlayButton > button > span > span {
position: initial;
height: 24px;
}

.main-actionBar-ActionBar .main-playButton-PlayButton svg {
width: 30px;
height: 30px;
}

.main-actionBar-ActionBar .main-playButton-PlayButton > button > span > span {
position: initial;
height: 30px;
}

/* change text color on category cards in 'search' tab */
a.x-categoryCard-CategoryCard,
a.x-heroCategoryCard-HeroCategoryCard {
Expand Down

0 comments on commit fa0e9cf

Please sign in to comment.