@@ -25,14 +25,17 @@
}
/* Bubble Theme */
+
.ql-bubble .ql-editor {
border: 1px solid #cccccc;
//border-radius: 0.5em;
- .ql-editor > .ql-video {
- min-height: 400px;
- min-width: 580px;
+ @media (min-width: 800px) {
+ .ql-editor > .ql-video {
+ min-height: 400px;
+ min-width: 580px;
+ }