Rewrite popup in react

This commit is contained in:
Ajay
2025-06-02 04:11:52 -04:00
parent d7db6d58c5
commit e4a050f905
14 changed files with 1446 additions and 208 deletions

View File

@@ -582,6 +582,10 @@
margin: 0 !important;
}
#sponsorBlockPopupBody .u-mZ.cleanPopupMargin {
margin-top: 10px !important;
}
#sponsorBlockPopupBody .hidden {
display: none !important;
}
@@ -618,4 +622,9 @@
#issueReporterTabs > span.sbSelected > span::after {
transform: scaleX(0.8);
}
.sbPopupButton {
width: 16px;
fill: var(--sb-main-fg-color);
}