瀏覽代碼

Improvements to toolbar styles and toolbar grouping.

Aleksander Nowodzinski 6 年之前
父節點
當前提交
ae8acb1256
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/toolbar/toolbar.css

+ 2 - 2
packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/toolbar/toolbar.css

@@ -17,7 +17,7 @@
 		padding: 0;
 
 		/* Specificity matters here. See https://github.com/ckeditor/ckeditor5-theme-lark/issues/168. */
-		& > .ck {
+		& > .ck-toolbar__items > .ck {
 			/* Items in a vertical toolbar should span the horizontal space. */
 			width: 100%;
 
@@ -34,7 +34,7 @@
 
 	& > .ck-toolbar__items {
 		&:not(:only-child) {
-			margin-right: var(--ck-spacing-small);
+			margin-right: var(--ck-spacing-large);
 		}
 
 		& > * {