Fix: Title size was smaller for TV shows than that for movies

This commit is contained in:
lscambo13
2025-05-11 13:33:13 +05:30
parent e007bd76af
commit ad9e6d315b

View File

@@ -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;
}