mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-03-18 03:41:02 +00:00
tweak mouse sensitivity
This commit is contained in:
parent
9694e0fd82
commit
1373f12ab4
37 changed files with 333 additions and 264 deletions
|
|
@ -77,9 +77,17 @@
|
|||
grid-template-rows: auto auto;
|
||||
align-items: center;
|
||||
gap: 0 6px;
|
||||
margin: 0 0 8px 0;
|
||||
}
|
||||
|
||||
.CheckboxField:has(.Description) {
|
||||
margin: 0 0 6px 0;
|
||||
}
|
||||
|
||||
/* .Field:not(:has(.Description)) + .CheckboxField {
|
||||
margin-top: 10px;
|
||||
} */
|
||||
|
||||
.CheckboxField input[type="checkbox"] {
|
||||
margin-left: 0;
|
||||
grid-column: 1;
|
||||
|
|
@ -98,7 +106,7 @@
|
|||
font-size: 12px;
|
||||
line-height: 1.3333;
|
||||
opacity: 0.6;
|
||||
margin: 2px 0 4px 0;
|
||||
margin: 2px 0 0 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
|
@ -134,7 +142,11 @@
|
|||
grid-template-columns: 1fr auto;
|
||||
grid-template-rows: auto auto;
|
||||
align-items: center;
|
||||
margin: 0 0 6px 0;
|
||||
margin: 0 0 12px 0;
|
||||
}
|
||||
|
||||
.Field:has(.Description) {
|
||||
margin: 0 0 10px 0;
|
||||
}
|
||||
|
||||
.Field label {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue