enhance(ui): alignment for the inline tag

pull/11483/head
charlie 2024-08-19 22:30:04 +08:00
parent 77463bf33e
commit fff3fb93c0
1 changed files with 5 additions and 0 deletions

View File

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