Fix not to display empty toolbar container

This commit is contained in:
iliajie
2023-06-16 17:47:04 +03:00
parent a70a0de807
commit 4e06d22d85

View File

@ -58,6 +58,9 @@ if ($type eq 'toolbar') {
return
<<EOF;
<style>
.ql-compose-container .ql-snow .ql-formats:empty {
display: none;
}
.ql-compose-container .ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-compose-container .ql-snow .ql-picker.ql-font .ql-picker-item::before {
content: '$text{'editor_fontfamily_default'}';