|
@@ -872,6 +872,17 @@ html.is-mac {
|
|
|
.positioned-properties {
|
|
|
@apply text-sm;
|
|
|
}
|
|
|
+
|
|
|
+.positioned-properties.block-left {
|
|
|
+ .asset-container {
|
|
|
+ @apply max-w-[120px];
|
|
|
+ }
|
|
|
+
|
|
|
+ .block-title-wrap {
|
|
|
+ @apply hidden;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
.positioned-properties.block-right {
|
|
|
button {
|
|
|
@apply whitespace-nowrap mr-0.5;
|
|
@@ -965,7 +976,7 @@ html.is-mac {
|
|
|
.handle-left , .handle-right {
|
|
|
@apply absolute w-[6px] h-[15%] min-h-[30px] bg-black/30 hover:bg-black/70
|
|
|
top-[50%] left-[5px] rounded-full cursor-col-resize select-none
|
|
|
- translate-y-[-20%] opacity-0;
|
|
|
+ translate-y-[-20%] opacity-0 border border-gray-200;
|
|
|
}
|
|
|
|
|
|
.handle-right {
|