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

Removed useless margins

This commit is contained in:
Hadi Charara 2023-01-30 20:12:23 -05:00 committed by Bill Thornton
parent 0579c43122
commit 4e3635bbe3

View file

@ -733,18 +733,6 @@
} }
} }
[dir=ltr] .mainDetailButtons {
@media all and (max-width: 62.5em) {
margin-left: -0.5em;
}
}
[dir=rtl] .mainDetailButtons {
@media all and (max-width: 62.5em) {
margin-right: -0.5em;
}
}
.layout-mobile .parentName, .layout-mobile .parentName,
.layout-mobile .itemName, .layout-mobile .itemName,
.layout-mobile .itemMiscInfo, .layout-mobile .itemMiscInfo,