Fix popup padding on YouTube page

This commit is contained in:
Ajay Ramachandran
2020-12-14 23:51:23 -05:00
parent 59fbc84017
commit 9b572609f8
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
flex-flow: column nowrap;
align-items: center;
width: 330px;
margin: 22px;
padding: 22px;
text-align: center;
}

View File

@@ -4,7 +4,7 @@
<link id="sponsorBlockStyleSheet" rel="stylesheet" type="text/css" href="popup.css">
</head>
<body style="margin: 0; min-width: 320px; background: var(--sb-main-bg-color);">
<body style="margin: auto; width: 374px; background: var(--sb-main-bg-color);">
<div id="sponsorblockPopup" class="sponsorBlockPageBody preload">
<div class="logoText bottomSpace">
<img src="icons/IconSponsorBlocker256px.png" height="40px" id="sponsorBlockPopupLogo">