mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
enhance: show tags when editing a block
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
.block-content-wrapper {
|
||||
/* 38px is the width of block-control */
|
||||
width: calc(100% - 22px);
|
||||
user-select: text;
|
||||
@screen sm {
|
||||
width: calc(100% - 33px);
|
||||
overflow-x: visible;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user