Fix: Adjusted the main title margins in media page to avoid unnecessary overflows
This commit is contained in:
parent
67e60517fe
commit
15afb1f3dd
1 changed files with 8 additions and 0 deletions
|
|
@ -958,4 +958,12 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||||
.emby-input:focus,
|
.emby-input:focus,
|
||||||
.emby-textarea:focus {
|
.emby-textarea:focus {
|
||||||
border-color: #c1c1c1 !important;
|
border-color: #c1c1c1 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layout-mobile [dir=ltr] .infoWrapper {
|
||||||
|
padding-left: 35.5%;
|
||||||
|
}
|
||||||
|
|
||||||
|
[dir=ltr] .mediaInfoItem {
|
||||||
|
margin: 0 .9em 0 0;
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue