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