Fix: Adjusted the main title margins in media page to avoid unnecessary overflows

This commit is contained in:
lscambo13
2024-12-17 09:52:40 -08:00
parent 67e60517fe
commit 15afb1f3dd

View File

@@ -959,3 +959,11 @@ div[data-role=controlgroup] a.ui-btn-active {
.emby-textarea:focus {
border-color: #c1c1c1 !important;
}
.layout-mobile [dir=ltr] .infoWrapper {
padding-left: 35.5%;
}
[dir=ltr] .mediaInfoItem {
margin: 0 .9em 0 0;
}