#568 The height of the paint buttons are not consistent with the rest of the bottom bar

This commit is contained in:
agriyadev5
2021-06-04 16:06:56 +05:30
parent 97d52f8745
commit 7a7be77356

View File

@@ -618,15 +618,15 @@ div.jGraduate_Slider img {
width: 18px; width: 18px;
} }
#block { #block {
height: 13px; height: 17px;
width: 14px; width: 14px;
float: right; float: right;
background-color: darkgrey; background-color: darkgrey;
} }
#picker { #picker {
background: var(--input-color); background: var(--input-color);
height: 19px; height: 24px;
line-height: 19px; line-height: 24px;
border-radius: 3px; border-radius: 3px;
width: 52px; width: 52px;
display: flex; display: flex;