fix mobile settings CSS

This commit is contained in:
Simon 2025-01-28 17:52:27 +07:00
parent a5e97cc4b5
commit 4d23b7dce4
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 8 additions and 2 deletions

View File

@ -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;
}