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

fix padding for normal item containers

This commit is contained in:
dkanada 2019-11-20 00:34:20 +09:00
parent 6ad9e090f6
commit beedbca92c

View file

@ -12,6 +12,12 @@
margin-left: 0;
}
/* align heading for normal item containers */
/* still not ideal solution but better than the last method */
.verticalSection > .itemsContainer .cardBox {
margin-left: 0;
}
@media all and (max-width:50em) {
.emby-scroller {
padding-left: 3.3%;