Skip to content

Commit f76c50f

Browse files
committed
* Put controls toward the end
1 parent 4cd99fc commit f76c50f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@
2424

2525
.optionsRow {
2626
display: grid;
27-
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
27+
grid-template-columns: repeat(3, auto);
28+
column-gap: 32px;
2829
grid-template-rows: 1fr;
2930
align-items: center;
31+
justify-content: end;
3032
}
3133

3234
@media only screen and (width <= 800px) {
@@ -35,6 +37,7 @@
3537
grid-template-columns: auto;
3638
grid-template-rows: repeat(auto-fit, auto);
3739
align-items: stretch;
40+
justify-content: initial;
3841
}
3942
}
4043

0 commit comments

Comments
 (0)