Sfoglia il codice sorgente

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

Aleksander Nowodzinski 7 anni fa
parent
commit
e3848fbeb5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
 	}
 }