add theme creator iframe

This commit is contained in:
SethBurkart123
2024-03-31 08:27:43 +11:00
parent e095e7a7c5
commit 96571b111f
4 changed files with 36 additions and 1 deletions
+6
View File
@@ -29,6 +29,12 @@ html {
background-color 200ms ease-in-out,
backdrop-filter 200ms ease-in-out;
}
#themeCreatorIframe {
position: fixed;
right: 0;
height: 100%;
width: 200px;
}
.connectedNotificationsWrapper > div > button > svg > g {
fill: var(--theme-primary) !important;
}