Fix: Some layout adjustments for more uniform layout on smaller screens
This commit is contained in:
parent
8c532c1718
commit
660830954f
1 changed files with 4 additions and 2 deletions
|
|
@ -965,9 +965,11 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
}
|
||||
|
||||
.layout-mobile [dir=ltr] .infoWrapper {
|
||||
padding-left: 35.5%;
|
||||
padding-left: 34%;
|
||||
}
|
||||
|
||||
[dir=ltr] .mediaInfoItem {
|
||||
margin: 0 .9em 0 0;
|
||||
transform: scale(.85);
|
||||
/* scale: .85; */
|
||||
margin: 0 .4em 0 0;
|
||||
}
|
||||
Loading…
Reference in a new issue