enhance(ui): polish alignment for the block title elements

This commit is contained in:
charlie
2024-04-18 18:40:42 +08:00
parent 47bd0bf706
commit f8b4cb37aa
2 changed files with 11 additions and 3 deletions

View File

@@ -217,6 +217,14 @@
}
}
.block-title-wrap {
@apply inline-flex items-center;
&.as-heading {
@apply flex w-full;
}
}
.block-control, .block-control:hover {
text-decoration: none;
cursor: default;