Fix: Prevent slight misalignment in text below media title
This commit is contained in:
parent
e883ebde72
commit
8ac698929b
1 changed files with 1 additions and 0 deletions
|
|
@ -1182,6 +1182,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
}
|
||||
|
||||
[dir=ltr] .mediaInfoItem {
|
||||
transform-origin: left;
|
||||
transform: scale(.85);
|
||||
margin: 0 .4em 0 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue