mirror of
https://github.com/AleziaKurdis/Overte-community-apps.git
synced 2025-04-06 01:53:45 +02:00
made Brush width edit field narrower
the "trigger sensitive Width" checkBox text was cut off
This commit is contained in:
parent
4429fd17c5
commit
6407bd7dff
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
}
|
}
|
||||||
.property.range input[type=number] {
|
.property.range input[type=number] {
|
||||||
margin-left: 0.8rem;
|
margin-left: 0.8rem;
|
||||||
width: 5.4rem;
|
width: 3.4rem;
|
||||||
height: 1.8rem;
|
height: 1.8rem;
|
||||||
}
|
}
|
||||||
.brushButton {
|
.brushButton {
|
||||||
|
|
Loading…
Reference in a new issue