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

Merge pull request #797 from dkanada/style

Fix some minor style issues
This commit is contained in:
Vasily 2020-02-14 14:21:02 +03:00 committed by GitHub
commit 85a6a444fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 7 deletions

View file

@ -371,12 +371,12 @@ button::-moz-focus-inner {
}
.cardImageIcon {
font-size: 5em;
font-size: 5em !important;
color: inherit;
}
.cardImageIcon-small {
font-size: 3em;
font-size: 3em !important;
margin-bottom: 0.1em;
}