Browse Source

enhance(ux): visible selected block add button

charlie 4 months ago
parent
commit
a97e7ff7ff
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/main/frontend/components/page.css

+ 6 - 0
src/main/frontend/components/page.css

@@ -239,3 +239,9 @@ html.is-native-ios {
 .ls-page-blocks {
   @apply min-h-[60px] overflow-hidden;
 }
+
+.block-add-button {
+  &.selected {
+    opacity: 1 !important;
+  }
+}