some small changes

+ removed sliding animation from widgets
+ added form fields to Alert Level widget
This commit is contained in:
2025-08-05 17:12:59 -07:00
parent 39ca605fbd
commit 4fb2f7eabe
6 changed files with 36 additions and 12 deletions
+5 -1
View File
@@ -71,7 +71,8 @@ const widgetRecipe = defineSlotRecipe({
border: "1px solid",
borderColor: "{base300}",
textAlign: "center",
height: "100%"
height: "100%",
position: "fixed"
},
header: {
flexShrink: "0",
@@ -152,6 +153,9 @@ const config = defineConfig({
filter: "invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%)",
}
},
".react-grid-item": {
transition: "none !important"
},
},
theme: {
semanticTokens: {