Merge branch 'main' into discord-url-sceme

This commit is contained in:
Cookie 2024-10-14 16:38:36 -04:00 committed by GitHub
commit 8b3254a344
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
@ -101,7 +102,6 @@
.vcd-screen-picker-quality {
display: flex;
gap: 1em;
margin-bottom: 0.5em;
}