diff --git a/frontend/src/style.css b/frontend/src/style.css index 07c82e86..5a4f6a5e 100644 --- a/frontend/src/style.css +++ b/frontend/src/style.css @@ -1258,6 +1258,10 @@ video:-webkit-full-screen { .video-player video { width: 90%; } + .info-box-3, + .info-box-4 { + grid-template-columns: 1fr; + } } /* phone */ @@ -1275,11 +1279,13 @@ video:-webkit-full-screen { .playlist-list.list, .playlist-list.grid, .info-box-2, - .info-box-3, - .info-box-4, .overwrite-form { grid-template-columns: 1fr; } + .settings-box-wrapper { + grid-template-columns: 1fr; + padding: 1.2rem 0; + } .playlist-item.list { display: block; }