Skip to content

Commit 834adc8

Browse files
committed
* Make new toggle vertically align center
1 parent e1fa5f5 commit 834adc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/renderer/components/ft-playlist-add-video-prompt/ft-playlist-add-video-prompt.css

+2
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,14 @@
3535
display: grid;
3636
grid-template-columns: repeat(2, 1fr);
3737
grid-template-rows: 1fr;
38+
align-items: center;
3839
}
3940
@media only screen and (max-width: 800px) {
4041
.optionsRow {
4142
/* Switch to 2 rows from 2 columns */
4243
grid-template-columns: auto;
4344
grid-template-rows: auto auto;
45+
align-items: stretch;
4446
}
4547
}
4648

0 commit comments

Comments
 (0)