Fix: Padding around main media buttons and poster was unveven on mobile

This commit is contained in:
lscambo13
2025-07-25 08:27:55 -07:00
parent a5d474a9b5
commit 0922fb9077

View File

@@ -783,6 +783,10 @@ html {
margin-bottom: -1.5em;
}
.layout-mobile .detailPagePrimaryContainer {
padding: .5em var(--sidePadding);
}
[dir=ltr] .detailPagePrimaryContent {
padding-right: 0;
}