mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
improve(ux): WIP support place fold arrow on the right of block container
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
.block-content-wrapper {
|
||||
@apply border border-red-400;
|
||||
|
||||
/* 38px is the width of block-control */
|
||||
width: calc(100% - 22px);
|
||||
|
||||
@@ -9,6 +11,8 @@
|
||||
}
|
||||
|
||||
.block-content {
|
||||
@apply border border-blue-400;
|
||||
|
||||
min-height: 24px;
|
||||
max-width: 100%;
|
||||
overflow: initial;
|
||||
@@ -323,6 +327,8 @@
|
||||
}
|
||||
|
||||
.ls-block {
|
||||
@apply border border-dashed border-green-600;
|
||||
|
||||
position: relative;
|
||||
min-height: 24px;
|
||||
padding: 2px 0;
|
||||
@@ -648,4 +654,4 @@ html.is-mac {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user