Added tool size in the top bar

This commit is contained in:
Nicola
2022-01-31 23:12:28 +01:00
parent 82aa5ab114
commit cdabbb4a5c
7 changed files with 98 additions and 33 deletions

View File

@ -123,9 +123,16 @@ li#editor-info {
padding: 5px;
color:$basetext;
}
input[type=text] {
input[type=number] {
appearance:none;
-moz-appearance: text;
width:25px;
height:15px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
}
}