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

Merge pull request #1575 from thornbill/fix-ios-footer

Remove iOS footer hack
This commit is contained in:
dkanada 2020-07-17 06:34:35 +09:00 committed by GitHub
commit 3e03b898db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,3 @@
html { html {
font-size: 82% !important; font-size: 82% !important;
} }
.formDialogFooter {
position: static !important;
margin: 0 -1em !important;
}