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
+9 -4
View File
@@ -832,12 +832,17 @@ export function AppendElementsToDisabledPage() {
margin: 6px;
}
.outside-container {
top: 48px !important;
position: fixed !important;
inset: 0 !important;
top: 0 !important;
width: 100% !important;
height: 100% !important;
z-index: 200000 !important;
}
#ExtensionPopup {
border-radius: 1rem;
box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.6);
transform-origin: 70% 0;
border-radius: 0;
box-shadow: none;
transform-origin: center center;
}
`;
document.head.append(settingsStyle);