|
|
@@ -879,9 +879,16 @@ export class Style {
|
|
|
border-bottom: none;
|
|
|
user-select: none;
|
|
|
-webkit-user-select: none;
|
|
|
+}
|
|
|
+
|
|
|
+.parameters .list-item-row {
|
|
|
min-height: 31px;
|
|
|
}
|
|
|
|
|
|
+.mini-panel-content .parameters .list-item-row {
|
|
|
+ min-height: 21px;
|
|
|
+}
|
|
|
+
|
|
|
.list-item-wrapper {
|
|
|
margin-top: 2px;
|
|
|
margin-bottom: 2px;
|
|
|
@@ -1178,6 +1185,7 @@ export class Style {
|
|
|
align-items: center;
|
|
|
cursor: pointer;
|
|
|
gap: 8px;
|
|
|
+ will-change: transform;
|
|
|
}
|
|
|
|
|
|
.custom-checkbox input {
|
|
|
@@ -1187,7 +1195,7 @@ export class Style {
|
|
|
.custom-checkbox .checkmark {
|
|
|
width: 14px;
|
|
|
height: 14px;
|
|
|
- border: 1px solid var(--profiler-border);
|
|
|
+ border: 1px solid var(--accent-color);
|
|
|
border-radius: 3px;
|
|
|
display: inline-flex;
|
|
|
justify-content: center;
|
|
|
@@ -1298,11 +1306,12 @@ export class Style {
|
|
|
width: 12px;
|
|
|
height: 12px;
|
|
|
margin-bottom: 2px;
|
|
|
+ will-change: transform;
|
|
|
}
|
|
|
|
|
|
.mini-panel-content .custom-checkbox .checkmark::after {
|
|
|
- width: 8px;
|
|
|
- height: 8px;
|
|
|
+ width: 7px;
|
|
|
+ height: 7px;
|
|
|
}
|
|
|
|
|
|
.mini-panel-content .list-container.parameters .list-item-row:not(.collapsible) {
|