Fix: Main media title text was smaller than intended on desktops

This commit is contained in:
lscambo13
2025-01-19 17:39:27 +05:30
parent 80a209a966
commit a25a23f754

View File

@@ -1531,6 +1531,14 @@ div[data-role=controlgroup] a.ui-btn-active {
padding-bottom: 2%;
}
.infoWrapper h1.itemName{
font-size: xx-large;
}
.layout-mobile .infoWrapper h1.itemName{
font-size: x-large;
}
[dir=ltr] .mediaInfoItem {
transform-origin: left;
transform: scale(.85);