Skip to content

Commit

Permalink
improve UI
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanccn committed Mar 16, 2024
1 parent 6a7bffc commit d7441aa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/renderer/components/screenSharePicker.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
outline: 2px solid var(--brand-experiment);
}


.vcd-screen-picker-grid div {
white-space: nowrap;
text-overflow: ellipsis;
Expand Down Expand Up @@ -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%;
Expand Down

0 comments on commit d7441aa

Please sign in to comment.