New: Removed the side margin from horizontal scrollers in the media page
This commit is contained in:
parent
2e20ab16fa
commit
2b5f833352
1 changed files with 7 additions and 1 deletions
|
|
@ -2711,3 +2711,9 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
||||||
.noHomeButtonHeader .emby-tab-button[data-index="1"]:after{
|
.noHomeButtonHeader .emby-tab-button[data-index="1"]:after{
|
||||||
content: "Watchlist";
|
content: "Watchlist";
|
||||||
} */
|
} */
|
||||||
|
|
||||||
|
#itemDetailPage .emby-scroller-container,
|
||||||
|
#itemDetailPage .emby-scroller {
|
||||||
|
margin-inline: -6%;
|
||||||
|
padding-inline: 6%;
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue