mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 23:25:05 +00:00
enhance(ux): editing user avatar presence
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user