feat: add experimental better editor

This commit is contained in:
sethburkart123
2024-06-24 19:44:44 +10:00
parent 254d2111c8
commit 87e60130cc
14 changed files with 1447 additions and 6 deletions
+8
View File
@@ -31,6 +31,14 @@ html {
background-color 200ms ease-in-out,
backdrop-filter 200ms ease-in-out;
}
.extension-editor {
background: var(--background-primary);
border-radius: 16px;
border: none !important;
width: 100%;
height: 100%;
visibility: visible !important;
}
#themeCreatorIframe {
position: fixed;
right: 0;