Skip to content

Commit 091feb0

Browse files
committed
client: fix video queue item buttons wrapping to new row on mobile
1 parent 0418675 commit 091feb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/components/VideoQueueItem.vue

+1
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ export default VideoQueueItem;
423423
}
424424
425425
.button-container {
426+
display: flex;
426427
flex-direction: row;
427428
justify-content: center;
428429
flex-wrap: nowrap;

0 commit comments

Comments
 (0)