some small changes
+ removed sliding animation from widgets + added form fields to Alert Level widget
This commit is contained in:
+5
-1
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user