Fix: Title size was too big for TV shows than that for movies, on phones
This commit is contained in:
parent
ad9e6d315b
commit
fb49ca0d7a
1 changed files with 2 additions and 1 deletions
|
|
@ -2014,7 +2014,8 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||||
font-size: xxx-large;
|
font-size: xxx-large;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-mobile .infoWrapper h1.itemName {
|
.layout-mobile .infoWrapper h1.itemName,
|
||||||
|
.layout-mobile .infoWrapper h1.parentName {
|
||||||
font-size: 1.6em;
|
font-size: 1.6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue