mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 02:42:54 +01:00
fix(Sleek): small play button in action bar (#1027)
This commit is contained in:
parent
a67ee93166
commit
fa0e9cfea3
@ -438,21 +438,33 @@ input {
|
|||||||
z-index: 3;
|
z-index: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* main-view play button */
|
/* play button */
|
||||||
.main-view-container .main-playButton-PlayButton > button > span {
|
.main-home-home .main-playButton-PlayButton > button > span {
|
||||||
inline-size: 42px;
|
inline-size: 42px;
|
||||||
block-size: 42px;
|
block-size: 42px;
|
||||||
min-block-size: auto;
|
min-block-size: auto;
|
||||||
}
|
}
|
||||||
.main-view-container .main-playButton-PlayButton svg {
|
|
||||||
|
.main-home-home .main-playButton-PlayButton svg {
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
.main-view-container .main-playButton-PlayButton > button > span > span {
|
|
||||||
|
.main-home-home .main-playButton-PlayButton > button > span > span {
|
||||||
position: initial;
|
position: initial;
|
||||||
height: 24px;
|
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 */
|
/* change text color on category cards in 'search' tab */
|
||||||
a.x-categoryCard-CategoryCard,
|
a.x-categoryCard-CategoryCard,
|
||||||
a.x-heroCategoryCard-HeroCategoryCard {
|
a.x-heroCategoryCard-HeroCategoryCard {
|
||||||
|
Loading…
Reference in New Issue
Block a user