mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-01-30 22:37:22 +03:00
Fix popup padding on YouTube page
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
flex-flow: column nowrap;
|
||||
align-items: center;
|
||||
width: 330px;
|
||||
margin: 22px;
|
||||
padding: 22px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user