From 7a7be7735629d5fc2e770ed7a9fc055a7e1d9424 Mon Sep 17 00:00:00 2001 From: agriyadev5 Date: Fri, 4 Jun 2021 16:06:56 +0530 Subject: [PATCH 1/2] #568 The height of the paint buttons are not consistent with the rest of the bottom bar --- src/editor/components/seColorPicker.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/editor/components/seColorPicker.js b/src/editor/components/seColorPicker.js index 07b6844b..f0ed7c4b 100644 --- a/src/editor/components/seColorPicker.js +++ b/src/editor/components/seColorPicker.js @@ -618,15 +618,15 @@ div.jGraduate_Slider img { width: 18px; } #block { - height: 13px; + height: 17px; width: 14px; float: right; background-color: darkgrey; } #picker { background: var(--input-color); - height: 19px; - line-height: 19px; + height: 24px; + line-height: 24px; border-radius: 3px; width: 52px; display: flex; From 718b5196b003d0219d9ac5841149b94f102d5c6e Mon Sep 17 00:00:00 2001 From: agriyadev5 Date: Fri, 4 Jun 2021 17:14:00 +0530 Subject: [PATCH 2/2] #568 alignment changes --- src/editor/components/seColorPicker.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/editor/components/seColorPicker.js b/src/editor/components/seColorPicker.js index f0ed7c4b..ce0957fd 100644 --- a/src/editor/components/seColorPicker.js +++ b/src/editor/components/seColorPicker.js @@ -625,8 +625,8 @@ div.jGraduate_Slider img { } #picker { background: var(--input-color); - height: 24px; - line-height: 24px; + height: 23px; + line-height: 23px; border-radius: 3px; width: 52px; display: flex;