diff --git a/package-lock.json b/package-lock.json
index 571e8ef66..edabe369d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -24014,4 +24014,4 @@
"integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q=="
}
}
-}
\ No newline at end of file
+}
diff --git a/public/css/index-tailwind-output.css b/public/css/index-tailwind-output.css
index 828557555..81bf9ff94 100644
--- a/public/css/index-tailwind-output.css
+++ b/public/css/index-tailwind-output.css
@@ -777,6 +777,10 @@ video {
float: left;
}
+.m-8 {
+ margin: 2rem;
+}
+
.m-4 {
margin: 1rem;
}
@@ -789,10 +793,6 @@ video {
margin: 0px;
}
-.m-8 {
- margin: 2rem;
-}
-
.m-2 {
margin: 0.5rem;
}
@@ -896,6 +896,10 @@ video {
margin-right: 4rem;
}
+.mb-4 {
+ margin-bottom: 1rem;
+}
+
.mt-4 {
margin-top: 1rem;
}
@@ -928,10 +932,6 @@ video {
margin-right: 0.25rem;
}
-.mb-4 {
- margin-bottom: 1rem;
-}
-
.ml-1 {
margin-left: 0.25rem;
}
@@ -1127,14 +1127,14 @@ video {
height: 50%;
}
-.h-7 {
- height: 1.75rem;
-}
-
.h-3 {
height: 0.75rem;
}
+.h-7 {
+ height: 1.75rem;
+}
+
.h-11 {
height: 2.75rem;
}
@@ -1163,6 +1163,10 @@ video {
height: 20rem;
}
+.h-5\/6 {
+ height: 83.333333%;
+}
+
.h-56 {
height: 14rem;
}
@@ -1233,14 +1237,14 @@ video {
width: 1rem;
}
-.w-7 {
- width: 1.75rem;
-}
-
.w-3 {
width: 0.75rem;
}
+.w-7 {
+ width: 1.75rem;
+}
+
.w-11 {
width: 2.75rem;
}
@@ -1266,6 +1270,14 @@ video {
width: 4rem;
}
+.w-5\/6 {
+ width: 83.333333%;
+}
+
+.w-1\/6 {
+ width: 16.666667%;
+}
+
.w-min {
width: -webkit-min-content;
width: min-content;
diff --git a/src/UI/Studio/EditLayer.svelte b/src/UI/Studio/EditLayer.svelte
index ee1f5849d..41c309e16 100644
--- a/src/UI/Studio/EditLayer.svelte
+++ b/src/UI/Studio/EditLayer.svelte
@@ -185,22 +185,25 @@