Procházet zdrojové kódy

Improved the media query mixin.

Aleksander Nowodzinski před 7 roky
rodič
revize
97ed2b218a

+ 1 - 1
packages/ckeditor5-theme-lark/theme/mixins/_rwd.css

@@ -4,7 +4,7 @@
  */
 
 @define-mixin ck-media-mobile {
-	@media all and (max-width: 414px) {
+	@media screen and (max-width: 414px) {
 		@mixin-content;
 	}
 }