@@ -244,7 +244,8 @@ textarea.metallic-textarea {
244244.right-header-buttons {
245245 display : flex;
246246 align-items : center;
247- gap : 0.7rem ; /* Gap between buttons */
247+ gap : 0.7rem ;
248+ /* Gap between buttons */
248249}
249250
250251.design-container {
@@ -511,24 +512,26 @@ textarea.metallic-textarea {
511512}
512513
513514/* Quote Preview Specific Styles */
514- # quotePreview .quote-text {
515+ .quote-text {
515516 width : 100% ;
516517 font-weight : normal;
517518 font-style : normal;
518519 color : light-dark (# 000000, # ffffff );
519520 text-decoration : none;
520521 transition : all var (--transition-speed ) ease;
522+ min-height : 4rem ;
523+ border-bottom : 1px solid red;
521524}
522525
523- # quotePreview . quote-text .bold {
526+ .bold {
524527 font-weight : bold;
525528}
526529
527- # quotePreview . quote-text .italic {
530+ .italic {
528531 font-style : italic !important ;
529532}
530533
531- # quotePreview .quote-text .underline {
534+ .quote-text .underline {
532535 text-decoration : underline;
533536}
534537
@@ -619,7 +622,7 @@ textarea.metallic-textarea {
619622 transform : rotate (45deg );
620623}
621624
622- .popover-details [open ] > div {
625+ .popover-details [open ]> div {
623626 padding : 0 1rem 1rem 1rem ;
624627 margin-top : 0.5rem ;
625628}
@@ -664,7 +667,7 @@ textarea.metallic-textarea {
664667 transform : rotate (45deg );
665668}
666669
667- .control-section [open ] > div {
670+ .control-section [open ]> div {
668671 padding : 0 1rem 1rem 1rem ;
669672 margin-top : 0.5rem ;
670673}
@@ -861,4 +864,4 @@ textarea.metallic-textarea {
861864 # quotePreview {
862865 padding : 0.5rem ;
863866 }
864- }
867+ }
0 commit comments