1
0
Эх сурвалжийг харах

enhance(ui): alignment for the inline tag

charlie 1 жил өмнө
parent
commit
fff3fb93c0

+ 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  {