浏览代码

enhance(ui): alignment for the inline tag

charlie 1 年之前
父节点
当前提交
fff3fb93c0
共有 1 个文件被更改,包括 5 次插入0 次删除
  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  {