Fix: Title size was smaller for TV shows than that for movies
This commit is contained in:
parent
e007bd76af
commit
ad9e6d315b
1 changed files with 2 additions and 1 deletions
|
|
@ -2009,7 +2009,8 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
padding-bottom: 2%;
|
||||
}
|
||||
|
||||
.infoWrapper h1.itemName {
|
||||
.infoWrapper h1.itemName,
|
||||
.infoWrapper h1.parentName {
|
||||
font-size: xxx-large;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue