Преглед изворни кода

Docs: Adjusted the viewportTopOffset value for the new Umberto release.

Aleksander Nowodzinski пре 7 година
родитељ
комит
e3848fbeb5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/assets/snippet-styles.css

+ 1 - 1
docs/assets/snippet-styles.css

@@ -12,7 +12,7 @@
 	:root {
 	:root {
 		/* The mobile layout of Umberto is different and the toolbar offset must be
 		/* The mobile layout of Umberto is different and the toolbar offset must be
 		smaller (https://github.com/ckeditor/ckeditor5/issues/1348). */
 		smaller (https://github.com/ckeditor/ckeditor5/issues/1348). */
-		--ck-snippet-viewport-top-offset: 60;
+		--ck-snippet-viewport-top-offset: 55;
 	}
 	}
 }
 }