fix(ux): bullet alignment & blink of the first child block for the intent operation

This commit is contained in:
charlie
2024-04-15 14:33:42 +08:00
parent cdc4749ca8
commit 136f5faf5f

View File

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