mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-21 18:32:45 +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;
|
||||
}
|
||||
|
||||
/* 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 {
|
||||
|
Loading…
Reference in New Issue
Block a user