Skip to content

Commit

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

/* topbar play button */
.main-topBar-topbarContent .main-playButton-PlayButton > button > span {
inline-size: 32px;
block-size: 32px;
/* main-view play button */
.main-view-container .main-playButton-PlayButton > button > span {
inline-size: 42px;
block-size: 42px;
min-block-size: auto;
}
.main-topBar-topbarContent .main-playButton-PlayButton svg {
width: 18px;
height: 18px;
.main-view-container .main-playButton-PlayButton svg {
width: 24px;
height: 24px;
}
.main-topBar-topbarContent .main-playButton-PlayButton > button > span > span {
.main-view-container .main-playButton-PlayButton > button > span > span {
position: initial;
height: 18px;
height: 24px;
}

/* change text color on category cards in 'search' tab */
Expand Down

0 comments on commit a67ee93

Please sign in to comment.