fix: main content margin-left overriding mobile layout, causing shifted thumbnails
This commit is contained in:
parent
da4061041f
commit
3a1e7cad34
1 changed files with 2 additions and 4 deletions
|
|
@ -282,10 +282,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.yt-main-content {
|
.yt-main-content,
|
||||||
margin-left: 0;
|
.yt-main-content.sidebar-open { margin-left: 0 !important; padding-bottom: 56px; }
|
||||||
padding-bottom: 56px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ===== VISIBILITY UTILITIES ===== */
|
/* ===== VISIBILITY UTILITIES ===== */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue