Skip to content

Commit 8993b0d

Browse files
mayspcVendicated
andauthored
fix screenshare picker window subtitle alignment (Vencord#875)
Co-authored-by: v <[email protected]>
1 parent ccff1ac commit 8993b0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/renderer/components/screenSharePicker.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,16 @@
3333

3434
.vcd-screen-picker-grid label {
3535
overflow: hidden;
36-
padding: 4px 0px;
36+
padding: 8px;
3737
cursor: pointer;
38+
display: grid;
39+
justify-items: center;
3840
}
3941

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

44-
4546
.vcd-screen-picker-grid div {
4647
white-space: nowrap;
4748
text-overflow: ellipsis;
@@ -101,7 +102,6 @@
101102
.vcd-screen-picker-quality {
102103
display: flex;
103104
gap: 1em;
104-
105105
margin-bottom: 0.5em;
106106
}
107107

0 commit comments

Comments
 (0)