From fb1378d5c82c371c27027a2b8a40225beaf172a2 Mon Sep 17 00:00:00 2001 From: TheChilledBuffalo <87632612+TheChilledBuffalo@users.noreply.github.com> Date: Sat, 16 Dec 2023 12:30:46 +0900 Subject: [PATCH] fix(Sleek): play button clipping --- Sleek/user.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Sleek/user.css b/Sleek/user.css index 2f82aa19..330a2d17 100644 --- a/Sleek/user.css +++ b/Sleek/user.css @@ -438,19 +438,19 @@ input { z-index: 3; } -/* topbar play button */ -.main-topBar-topbarContent .main-playButton-PlayButton > button > span { - inline-size: 32px; - block-size: 32px; +/* main-view play button */ +.main-view-container .main-playButton-PlayButton > button > span { + inline-size: 42px; + block-size: 42px; min-block-size: auto; } -.main-topBar-topbarContent .main-playButton-PlayButton svg { - width: 18px; - height: 18px; +.main-view-container .main-playButton-PlayButton svg { + width: 24px; + height: 24px; } -.main-topBar-topbarContent .main-playButton-PlayButton > button > span > span { +.main-view-container .main-playButton-PlayButton > button > span > span { position: initial; - height: 18px; + height: 24px; } /* change text color on category cards in 'search' tab */