We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1fa5f5 commit 834adc8Copy full SHA for 834adc8
src/renderer/components/ft-playlist-add-video-prompt/ft-playlist-add-video-prompt.css
@@ -35,12 +35,14 @@
35
display: grid;
36
grid-template-columns: repeat(2, 1fr);
37
grid-template-rows: 1fr;
38
+ align-items: center;
39
}
40
@media only screen and (max-width: 800px) {
41
.optionsRow {
42
/* Switch to 2 rows from 2 columns */
43
grid-template-columns: auto;
44
grid-template-rows: auto auto;
45
+ align-items: stretch;
46
47
48
0 commit comments