This is closer to what the designs actually want device settings to look like, and it avoids the visual glitch in which the dropdown would render underneath the slider.
19 lines
260 B
CSS
19 lines
260 B
CSS
.selection {
|
|
gap: 0;
|
|
}
|
|
|
|
.title {
|
|
color: var(--cpd-color-text-secondary);
|
|
margin-block: var(--cpd-space-3x) 0;
|
|
}
|
|
|
|
.separator {
|
|
margin-block: 6px var(--cpd-space-4x);
|
|
}
|
|
|
|
.options {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: var(--cpd-space-4x);
|
|
}
|