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:
parent
a0f302816d
commit
e7dbbaa36f
1 changed files with 2 additions and 0 deletions
|
@ -372,6 +372,8 @@ button::-moz-focus-inner {
|
||||||
.cardDefaultText {
|
.cardDefaultText {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
font-size: 2em;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardImageContainer .cardImageIcon {
|
.cardImageContainer .cardImageIcon {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue