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

Fix declaration-bang-space-before (CSS)

This commit is contained in:
MrTimscampi 2020-01-19 14:48:11 +01:00
parent 8a272313cf
commit b2e2cf2012

View file

@ -9,5 +9,5 @@
} }
.appfooter.headroom--unpinned { .appfooter.headroom--unpinned {
transform: translateY(100%)!important; transform: translateY(100%) !important;
} }