aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/popup.html
diff options
context:
space:
mode:
authorAjay <[email protected]>2022-06-02 16:56:19 -0400
committerAjay <[email protected]>2022-06-02 21:37:32 -0400
commit58207585631a32e067741b7ec64fc40f38525e8b (patch)
tree15a0bd16a641d2510c855b175d68aa14120862da /public/popup.html
parentbfadb1373a55125fc8d7876e7f1cae12fdd8604a (diff)
downloadSponsorBlock-58207585631a32e067741b7ec64fc40f38525e8b.tar.gz
SponsorBlock-58207585631a32e067741b7ec64fc40f38525e8b.zip
Fix close button layout issues
Diffstat (limited to 'public/popup.html')
-rw-r--r--public/popup.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/popup.html b/public/popup.html
index b1a241c4..fae41356 100644
--- a/public/popup.html
+++ b/public/popup.html
@@ -11,6 +11,10 @@
<body id="sponsorBlockPopupBody">
<div id="sponsorblockPopup" class="sponsorBlockPageBody sb-preload">
+ <button id="sbCloseButton" title="__MSG_closePopup__" class="sbCloseButton">
+ <img src="icons/close.png" width="15" height="15">
+ </button>
+
<div id="sbBetaServerWarning" class="hidden" title="__MSG_openOptionsPage__">
__MSG_betaServerWarning__
</div>