Spaces:
Running
Running
Make instr-grid responsive
#8
by volivers - opened
style.css
CHANGED
|
@@ -836,6 +836,7 @@ input[type="range"] {
|
|
| 836 |
between the picker title and the instrument grid. */
|
| 837 |
.form-card-left .gr-block:has(> .instr-grid),
|
| 838 |
.form-card-left .gr-block:has(> #picker-hint) {
|
|
|
|
| 839 |
margin: 0 !important;
|
| 840 |
padding: 0 !important;
|
| 841 |
}
|
|
|
|
| 836 |
between the picker title and the instrument grid. */
|
| 837 |
.form-card-left .gr-block:has(> .instr-grid),
|
| 838 |
.form-card-left .gr-block:has(> #picker-hint) {
|
| 839 |
+
display: contents !important;
|
| 840 |
margin: 0 !important;
|
| 841 |
padding: 0 !important;
|
| 842 |
}
|