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

Merge pull request #604 from grafixeyehero/collection-padding

Fix collection padding in TV layout
This commit is contained in:
dkanada 2019-12-05 15:14:27 +09:00 committed by GitHub
commit ba8949aa36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1016,14 +1016,6 @@
}
}
.layout-tv .itemsViewSettingsContainer {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
padding: 1.5em .75em 1em 0;
font-size: 92%
}
.itemsViewSettingsContainer>.button-flat {
margin: 0
}