Fixed ellipse bug, fixed brush size bug

This commit is contained in:
Nicola
2022-01-30 22:53:59 +01:00
parent edf5d77ffd
commit 79a3c07b82
3 changed files with 13 additions and 8 deletions

View File

@ -110,19 +110,24 @@ li#editor-info {
}
input {
margin-left:10px;
background-color:$basehovertext;
background-color:darken($basecolor, 6%);
box-shadow:none;
border:none;
vertical-align: middle;
border-radius:5px;
padding: 5px;
color:$basetext;
}
input[type=text] {
width:20px;
width:25px;
height:15px;
}
input[type=checkbox] {
width:15px;
height:15px;
padding:1px;
width:20px;
height:20px;
background-color:darken($basecolor, 5%) !important;
}
}
}