Fix: Main media title text was smaller than intended on desktops
This commit is contained in:
parent
80a209a966
commit
a25a23f754
1 changed files with 8 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue