aboutsummaryrefslogtreecommitdiff
path: root/src/index.css
diff options
context:
space:
mode:
authorMax Nanis2025-06-24 19:04:01 +0700
committerMax Nanis2025-06-24 19:04:01 +0700
commit80539188ef6814b4202d677d62b761bd5b670574 (patch)
treebf922d15d2cc634c958b14abb4bdb6893bf9154a /src/index.css
parent8138549f64403874eb7c7ddfbde1cc2cc2c03695 (diff)
downloadpanel-ui-80539188ef6814b4202d677d62b761bd5b670574.tar.gz
panel-ui-80539188ef6814b4202d677d62b761bd5b670574.zip
Dynamic height adjustment for widget size. CSS inject by JS for single file
Diffstat (limited to 'src/index.css')
-rw-r--r--src/index.css19
1 files changed, 13 insertions, 6 deletions
diff --git a/src/index.css b/src/index.css
index e3beb23..39f436b 100644
--- a/src/index.css
+++ b/src/index.css
@@ -4,11 +4,6 @@
@tailwind components;
@tailwind utilities;
-#testD4rN {
- max-width: 800px;
- max-height: 400px !important;
-}
-
@custom-variant dark (&:is(.dark *));
@theme inline {
@@ -145,4 +140,16 @@
body {
@apply bg-background text-foreground;
}
-} \ No newline at end of file
+}
+
+#testD4rN {
+ /*max-width: 800px;*/
+ /*max-height: 400px !important;*/
+
+ height: 500px;
+ width: 800px;
+ border: 1px solid red;
+ position: absolute;
+ top: 80px;
+ left: 80px;
+}