8
0
Просмотр исходного кода

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

Aleksander Nowodzinski 7 лет назад
Родитель
Сommit
e3848fbeb5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/assets/snippet-styles.css

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

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