mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-22 20:00:15 +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-main {
|
||||
margin-bottom: 1rem;
|
||||
margin: 1rem 0;
|
||||
}
|
||||
|
||||
.video-main video {
|
||||
@ -664,6 +664,7 @@ button:hover {
|
||||
}
|
||||
|
||||
.channel-banner img {
|
||||
margin-top: 1rem;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@ -1032,4 +1033,15 @@ button:hover {
|
||||
.dl-desc {
|
||||
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