feat: new settings popup

This commit is contained in:
2026-07-24 10:08:03 +09:30
parent b5347e2732
commit 928f05ec8e
12 changed files with 662 additions and 354 deletions
+8
View File
@@ -274,6 +274,14 @@ select option {
justify-content: center;
width: 35px !important;
}
/* Engage toolbar: keep settings/theme buttons above React chrome */
.connectedNotificationsWrapper .addedButton,
.connectedNotificationsWrapper #AddedSettings,
.connectedNotificationsWrapper #LightDarkModeButton {
z-index: 50 !important;
pointer-events: auto !important;
}
[style="background-color: rgb(255, 255, 255);"] {
color: black;
}