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

move mediainfocontent style to site.css

This commit is contained in:
grafixeyehero 2019-10-01 16:42:01 +03:00
parent dc6f7dcb8f
commit cb6920c51f
8 changed files with 6 additions and 42 deletions

View file

@ -108,3 +108,9 @@ div[data-role=page] {
padding-bottom: .4em !important;
padding-top: .4em !important
}
.mediaInfoContent {
margin-left: auto;
margin-right: auto;
width: 85%
}