Tweaked settings.
- Label text before selection/number. - Link text now easier to read. - Fixed bug where pointer clicked on settings label would trigger child (e.g. clicking label would toggle checkbox), which was easy to change by accident on touchscreen.
This commit is contained in:
@@ -589,6 +589,14 @@
|
||||
margin: 16px 0;
|
||||
}
|
||||
|
||||
.model-manager .model-manager-settings > label {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.model-manager .model-manager-settings > label > * {
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.model-manager .model-manager-settings button {
|
||||
height: 40px;
|
||||
width: 120px;
|
||||
|
||||
Reference in New Issue
Block a user