mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 23:39:18 +00:00
fix mobile settings CSS
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user