enhance(ui): polish icon size for the heading block

This commit is contained in:
charlie
2024-08-01 17:23:48 +08:00
parent 4e3211f815
commit e32561a621

View File

@@ -204,6 +204,24 @@
&.as-heading {
@apply flex flex-1;
h1& {
.ui__icon.ti svg {
@apply w-8 h-7;
}
}
h2& {
.ui__icon.ti svg {
@apply w-7 h-6;
}
}
h3& {
.ui__icon.ti svg {
@apply w-5 h-5;
}
}
}
&:has(.dsl-query), &:has(.embed-page) {