Merge branch 'dev'

This commit is contained in:
2025-07-29 16:48:16 +08:00
2 changed files with 6 additions and 2 deletions

View File

@@ -161,7 +161,9 @@ body {
.ql-editor>* { .ql-editor>* {
cursor: text cursor: text
} }
.ql-editor video{
max-width: 100% !important;
}
.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6 { .ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6 {
margin: 0; margin: 0;
padding: 0; padding: 0;

View File

@@ -228,7 +228,9 @@ div{
.ql-container.ql-disabled .ql-tooltip { .ql-container.ql-disabled .ql-tooltip {
visibility: hidden visibility: hidden
} }
.ql-editor video{
max-width: 100% !important;
}
.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before { .ql-container.ql-disabled .ql-editor ul[data-checked]>li:before {
pointer-events: none pointer-events: none
} }