Merge pull request #569 from SVG-Edit/issues/568

This commit is contained in:
JFH
2021-06-04 13:50:17 +02:00
committed by GitHub

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: 23px;
line-height: 19px; line-height: 23px;
border-radius: 3px; border-radius: 3px;
width: 52px; width: 52px;
display: flex; display: flex;