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

Make fallback text on cards less tiny

This commit is contained in:
Bill Thornton 2020-08-20 14:00:37 -04:00
parent a0f302816d
commit e7dbbaa36f

View file

@ -372,6 +372,8 @@ button::-moz-focus-inner {
.cardDefaultText {
white-space: normal;
text-align: center;
font-size: 2em;
font-weight: bold;
}
.cardImageContainer .cardImageIcon {