From fa0e9cfea3c8e5815bd725ff755c9d09ec885f7f Mon Sep 17 00:00:00 2001 From: Abhishek Girish <87632612+TheChilledBuffalo@users.noreply.github.com> Date: Tue, 19 Dec 2023 08:47:27 +0900 Subject: [PATCH] fix(Sleek): small play button in action bar (#1027) --- Sleek/user.css | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) 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 {