From 75607dea1c60a549ab082776f5e94697502d9b9d Mon Sep 17 00:00:00 2001 From: Maxim Date: Wed, 13 Oct 2021 22:48:07 +0500 Subject: [PATCH] Added margin-bottom for #sponsorblockPopup This margin is to separate popup window from playlist/related videos list --- public/popup.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/popup.css b/public/popup.css index db0e4726..eab8dcd3 100644 --- a/public/popup.css +++ b/public/popup.css @@ -46,6 +46,7 @@ width: 330px; padding: 22px; text-align: center; + margin-bottom: var(--ytd-margin-6x); } #issueReporterTimeButtons > .votingButtons > .segmentTimeButton {