1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #1820 from thornbill/fix-guide-margin

Remove horizontal margins on guide

(cherry picked from commit 9e3a27266c)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
dkanada 2020-08-22 07:42:09 +09:00 committed by Joshua M. Boniface
parent c9ed8c750e
commit 756e322e1c

View file

@ -70,6 +70,10 @@
contain: strict; contain: strict;
} }
.programContainer.emby-scroller {
margin: 0;
}
.channelPrograms { .channelPrograms {
height: 4.42em; height: 4.42em;
contain: strict; contain: strict;