improve UI

This commit is contained in:
Ryan Cao 2023-10-28 23:43:40 +08:00
parent 6a7bffc76a
commit d7441aaee8
No known key found for this signature in database

View file

@ -37,7 +37,6 @@
outline: 2px solid var(--brand-experiment);
}
.vcd-screen-picker-grid div {
white-space: nowrap;
text-overflow: ellipsis;
@ -100,6 +99,12 @@
flex: 1 1 auto;
}
.vcd-screen-picker-audio {
display: flex;
flex-direction: column;
gap: 1em;
}
.vcd-screen-picker-radios {
display: flex;
width: 100%;