mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
fix(ux): bullet alignment & blink of the first child block for the intent operation
This commit is contained in:
@@ -6,13 +6,7 @@
|
||||
}
|
||||
|
||||
.block-content {
|
||||
min-height: 24px;
|
||||
max-width: 100%;
|
||||
overflow: initial;
|
||||
white-space: pre-wrap;
|
||||
overflow-wrap: break-word;
|
||||
word-break: break-word;
|
||||
cursor: text;
|
||||
@apply min-h-[24px] max-w-full whitespace-pre-wrap break-words cursor-text;
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
@@ -387,6 +381,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
.block-children {
|
||||
> .ls-block:first-child {
|
||||
padding-top: 2px;
|
||||
border-top: 1px solid transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.ls-block {
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
|
||||
Reference in New Issue
Block a user