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

fix collection padding in tv layout

This commit is contained in:
grafixeyehero 2019-11-29 01:08:05 +03:00
parent ecabb4cf65
commit 358b4825e1

View file

@ -1017,9 +1017,9 @@
}
.layout-tv .itemsViewSettingsContainer {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
padding: 1.5em .75em 1em 0;
font-size: 92%
}