mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-04 19:30:13 +00:00
fix mobile playlist nav layout
This commit is contained in:
parent
ee436ea2d5
commit
e3de9a0184
@ -585,7 +585,7 @@ button:hover {
|
|||||||
|
|
||||||
/* video page */
|
/* video page */
|
||||||
.video-main {
|
.video-main {
|
||||||
margin-bottom: 1rem;
|
margin: 1rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-main video {
|
.video-main video {
|
||||||
@ -664,6 +664,7 @@ button:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.channel-banner img {
|
.channel-banner img {
|
||||||
|
margin-top: 1rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1032,4 +1033,15 @@ button:hover {
|
|||||||
.dl-desc {
|
.dl-desc {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
}
|
}
|
||||||
|
.playlist-nav {
|
||||||
|
display: block;
|
||||||
|
grid-template-columns: unset;
|
||||||
|
}
|
||||||
|
.playlist-nav-item {
|
||||||
|
display: block;
|
||||||
|
justify-content: unset;
|
||||||
|
}
|
||||||
|
.playlist-nav-item img {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user