From a67ee93166e51da46405abe38c632d704af6cac3 Mon Sep 17 00:00:00 2001 From: Abhishek Girish <87632612+TheChilledBuffalo@users.noreply.github.com> Date: Mon, 18 Dec 2023 08:29:18 +0900 Subject: [PATCH] fix(Sleek): play button clipping (#1026) --- Sleek/user.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Sleek/user.css b/Sleek/user.css index 64d2d22..769b5b2 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 */