diff --git a/Sleek/user.css b/Sleek/user.css index 769b5b2..e995526 100644 --- a/Sleek/user.css +++ b/Sleek/user.css @@ -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 {