Skip to content

Commit

Permalink
fix screenshare picker window subtitle alignment (Vencord#875)
Browse files Browse the repository at this point in the history
Co-authored-by: v <[email protected]>
  • Loading branch information
2 people authored and stxue1 committed Oct 19, 2024
1 parent 9069bc5 commit 54918bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/renderer/components/screenSharePicker.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,16 @@

.vcd-screen-picker-grid label {
overflow: hidden;
padding: 4px 0px;
padding: 8px;
cursor: pointer;
display: grid;
justify-items: center;
}

.vcd-screen-picker-grid label:hover {
outline: 2px solid var(--brand-500);
}


.vcd-screen-picker-grid div {
white-space: nowrap;
text-overflow: ellipsis;
Expand Down Expand Up @@ -101,7 +102,6 @@
.vcd-screen-picker-quality {
display: flex;
gap: 1em;

margin-bottom: 0.5em;
}

Expand Down

0 comments on commit 54918bf

Please sign in to comment.