Explorar el Código

fix(ui): incorrect position of the number list fold arrow on mobile

charlie hace 2 años
padre
commit
7c8bc62a68
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      src/main/frontend/components/block.css

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

@@ -204,7 +204,11 @@
   @apply h-[24px] mt-0 pr-[6px];
 
   &.is-order-list {
-    @apply relative right-[3px] mr-0 pr-0;
+    @apply mr-0 pr-0;
+
+    .bullet-link-wrap {
+      @apply relative left-[-3px];
+    }
   }
 }