mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 02:42:54 +01:00
fix(Sleek): play button clipping (#1026)
This commit is contained in:
parent
fb207b57ce
commit
a67ee93166
@ -438,19 +438,19 @@ input {
|
|||||||
z-index: 3;
|
z-index: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* topbar play button */
|
/* main-view play button */
|
||||||
.main-topBar-topbarContent .main-playButton-PlayButton > button > span {
|
.main-view-container .main-playButton-PlayButton > button > span {
|
||||||
inline-size: 32px;
|
inline-size: 42px;
|
||||||
block-size: 32px;
|
block-size: 42px;
|
||||||
min-block-size: auto;
|
min-block-size: auto;
|
||||||
}
|
}
|
||||||
.main-topBar-topbarContent .main-playButton-PlayButton svg {
|
.main-view-container .main-playButton-PlayButton svg {
|
||||||
width: 18px;
|
width: 24px;
|
||||||
height: 18px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
.main-topBar-topbarContent .main-playButton-PlayButton > button > span > span {
|
.main-view-container .main-playButton-PlayButton > button > span > span {
|
||||||
position: initial;
|
position: initial;
|
||||||
height: 18px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* change text color on category cards in 'search' tab */
|
/* change text color on category cards in 'search' tab */
|
||||||
|
Loading…
Reference in New Issue
Block a user