|
575 | 575 |
|
576 | 576 | .block-main-container { |
577 | 577 | @apply min-h-[24px]; |
578 | | - --ls-heading-control-icon-size: 14px; |
579 | 578 |
|
580 | 579 | > .block-control-wrap.is-with-icon { |
581 | | - .bullet-container { |
582 | | - width: var(--ls-heading-control-icon-size); |
583 | | - min-width: var(--ls-heading-control-icon-size); |
584 | | - height: var(--ls-heading-control-icon-size); |
585 | | - } |
586 | | - |
587 | 580 | .icon-cp-container, |
588 | 581 | .ls-icon-color-wrap, |
589 | 582 | .ui__icon { |
|
598 | 591 | display: block; |
599 | 592 | line-height: 1; |
600 | 593 | } |
601 | | - |
602 | | - .ui__icon.ti svg { |
603 | | - width: var(--ls-heading-control-icon-size); |
604 | | - height: var(--ls-heading-control-icon-size); |
605 | | - } |
606 | 594 | } |
607 | 595 |
|
608 | 596 | &[data-has-heading="1"], &:has(textarea.h1) { |
609 | | - --ls-heading-control-icon-size: 28px; |
610 | | - |
611 | 597 | > .block-control-wrap { |
612 | 598 | @apply relative top-4; |
613 | 599 | } |
|
620 | 606 | } |
621 | 607 |
|
622 | 608 | &[data-has-heading="2"], &:has(textarea.h2) { |
623 | | - --ls-heading-control-icon-size: 24px; |
624 | | - |
625 | 609 | > .block-control-wrap { |
626 | 610 | @apply relative top-2.5; |
627 | 611 | } |
|
633 | 617 | } |
634 | 618 | } |
635 | 619 |
|
636 | | - &[data-has-heading="3"], &:has(textarea.h3) { |
637 | | - --ls-heading-control-icon-size: 20px; |
638 | | - |
639 | | - .block-content-or-editor-wrap { |
640 | | - .positioned-properties { |
641 | | - @apply relative top-[2px]; |
642 | | - } |
643 | | - } |
644 | | - } |
645 | | - |
646 | | - &[data-has-heading="4"], &:has(textarea.h4) { |
647 | | - --ls-heading-control-icon-size: 16px; |
648 | | - } |
649 | | - |
650 | | - &[data-has-heading="5"], &:has(textarea.h5) { |
651 | | - --ls-heading-control-icon-size: 13px; |
652 | | - } |
653 | | - |
654 | | - &[data-has-heading="6"], &:has(textarea.h6) { |
655 | | - --ls-heading-control-icon-size: 12px; |
656 | | - } |
657 | 620 | } |
658 | 621 |
|
659 | 622 | .ls-page-title-container .block-content-wrapper { |
|
770 | 733 | font-weight: 600; |
771 | 734 | } |
772 | 735 |
|
| 736 | +.editor-inner textarea.uniline-block:is(.h3, .h4, .h5, .h6) { |
| 737 | + line-height: 24px; |
| 738 | + min-height: 24px; |
| 739 | +} |
| 740 | + |
| 741 | +.editor-inner textarea.uniline-block.h5 { |
| 742 | + height: 24px !important; |
| 743 | +} |
| 744 | + |
773 | 745 | .ls-block :is(h1, h2), |
774 | 746 | .editor-inner .uniline-block:is(.h1, .h2) { |
775 | 747 | @apply border-b border-gray-06 mt-1 mb-2 pb-1; |
|
0 commit comments