mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
fix(mobile): incorrect padding between the bullet marker and the content boundary on mobile
This commit is contained in:
@@ -201,12 +201,10 @@
|
||||
}
|
||||
|
||||
.block-control-wrap {
|
||||
height: 24px;
|
||||
min-width: 44px;
|
||||
margin-top: 0;
|
||||
@apply h-[24px] mt-0 pr-[6px];
|
||||
|
||||
&.is-order-list {
|
||||
@apply relative right-[3px] mr-0;
|
||||
@apply relative right-[3px] mr-0 pr-0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user