Parcourir la source

enhance(ui): alignment for the inline tag

charlie il y a 1 an
Parent
commit
fff3fb93c0
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      src/main/frontend/components/block.css

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

@@ -844,8 +844,13 @@ html.is-mac {
 }
 
 .block-title-wrap a.tag, .block-body a.tag {
+  position: relative;
   font-size: initial;
   opacity: 1;
+
+  &:has(.ui__icon) {
+    top: 4px;
+  }
 }
 
 .positioned-properties.right-align  {