enhance: show tags when editing a block

This commit is contained in:
Tienson Qin
2023-08-31 17:36:38 +08:00
parent 285bda2c29
commit f5b290c64f
3 changed files with 44 additions and 38 deletions

View File

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