enhance(ux): editing user avatar presence

This commit is contained in:
Tienson Qin
2026-01-21 19:29:34 +08:00
parent 8c74eb2736
commit 36c5afeece
13 changed files with 133 additions and 3 deletions

View File

@@ -195,6 +195,7 @@
.block-control-wrap, .ls-page-title .property-value .block-control-wrap {
@apply h-[24px];
@apply relative;
&.is-order-list {
@apply mr-0 pr-0;
@@ -228,6 +229,12 @@
}
}
.block-editing-avatar-wrap {
@apply absolute top-1/2 -translate-y-1/2 pointer-events-none;
left: 2px;
z-index: 2;
}
.ls-page-title .block-control-wrap {
height: initial;
}