mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2026-02-11 08:45:11 +00:00
Fix: Prevented long section headings from breaking into another line on the homepage on phones
This commit is contained in:
@@ -1096,11 +1096,6 @@ body {
|
|||||||
margin: 0.75em 0 -0.75em 0;
|
margin: 0.75em 0 -0.75em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-mobile :not(.sectionTitleContainer-cards) > .sectionTitle-cards {
|
|
||||||
text-align: left;
|
|
||||||
margin: 0.75em 0 -0.75em 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.emby-scrollbuttons,
|
.emby-scrollbuttons,
|
||||||
[dir="ltr"] .emby-scrollbuttons {
|
[dir="ltr"] .emby-scrollbuttons {
|
||||||
padding-top: 1.25em;
|
padding-top: 1.25em;
|
||||||
@@ -2976,8 +2971,13 @@ div[data-role="controlgroup"] a.ui-btn-active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sectionTitleTextButton > * {
|
.sectionTitleTextButton > * {
|
||||||
padding: 0.3em 0 !important;
|
text-align: left;
|
||||||
margin: 0 0 !important;
|
padding: 0.3em 0;
|
||||||
|
/* margin: 0 0 !important; */
|
||||||
|
/* this prevents long library names from breaking into another line */
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashboardSection .sectionTitleTextButton > .material-icons,
|
.dashboardSection .sectionTitleTextButton > .material-icons,
|
||||||
|
|||||||
Reference in New Issue
Block a user