mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
enhance(ui): polish icon size for the heading block
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user