fix(Sleek): small play button in action bar (#1027)

This commit is contained in:
Abhishek Girish 2023-12-19 08:47:27 +09:00 committed by GitHub
parent a67ee93166
commit fa0e9cfea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {