Tienson Qin 1 anno fa
parent
commit
4384af08e6

+ 1 - 1
src/main/frontend/components/block.cljs

@@ -2612,7 +2612,7 @@
              [:div.flex.flex-row.items-center.opacity-50.hover:opacity-100.transition-opacity.duration-300.ease-in.gap-1
               [:div.flex.flex-row.items-center
                (property-component/property-key-cp block property opts)
-               ":"]
+               [:div.select-none ":"]]
               (pv/property-value block property v opts)]))]
         [:div.positioned-properties.flex.flex-row.gap-1.select-none.h-6
          {:class (name position)}

+ 1 - 1
src/main/frontend/components/block.css

@@ -897,7 +897,7 @@ html.is-mac {
   @apply flex flex-row flex-wrap self-start items-center;
   min-height: 24px;
   max-width: 256px;
-  margin-right: -28px;
+  margin-right: -16px;
 }
 
 .block-tag {