Browse Source

Increased the padding of the buttons in the form on mobiles to make it easier to tap them.

Aleksander Nowodzinski 7 years ago
parent
commit
d6412dbc49

+ 1 - 0
packages/ckeditor5-theme-lark/theme/ckeditor5-image/textalternativeform.css

@@ -31,6 +31,7 @@
 		}
 
 		& .ck-button {
+			padding: var(--ck-spacing-standard);
 			margin-top: var(--ck-spacing-standard);
 			margin-left: 0;
 

+ 1 - 0
packages/ckeditor5-theme-lark/theme/ckeditor5-link/linkactions.css

@@ -74,6 +74,7 @@
 		}
 
 		& .ck-button:not(.ck-link-actions__preview) {
+			padding: var(--ck-spacing-standard);
 			margin-top: var(--ck-spacing-standard);
 			margin-left: 0;
 

+ 1 - 0
packages/ckeditor5-theme-lark/theme/ckeditor5-link/linkform.css

@@ -31,6 +31,7 @@
 		}
 
 		& .ck-button {
+			padding: var(--ck-spacing-standard);
 			margin-top: var(--ck-spacing-standard);
 			margin-left: 0;
 

+ 1 - 0
packages/ckeditor5-theme-lark/theme/ckeditor5-media-embed/mediaform.css

@@ -35,6 +35,7 @@
 		}
 
 		& .ck-button {
+			padding: var(--ck-spacing-standard);
 			margin-top: var(--ck-spacing-standard);
 			margin-left: 0;