fix mobile ui for scroll #6
10
style.css
10
style.css
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue
Block a user