fix mobile ui for scroll
buildbot/travis_bionic Build done. Details

This commit is contained in:
Muzahid 2022-02-21 17:35:18 +05:30
parent ea8204989d
commit 635963f74a
Signed by untrusted user: cis-muzahid
GPG Key ID: 1DC85E7D3AB613EA
1 changed files with 9 additions and 1 deletions

View File

@ -134,12 +134,20 @@
}
}
@media (max-width: 778px) {
@media (max-width: 767px) {
.container {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
padding: 10px;
}
.container .video-list {
background: white;
border-radius: 5px;
height: 100VH;
overflow-y: auto;
padding-bottom: 75vh;
}
}
/*# sourceMappingURL=style.css.map */
.vid img{