mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Keep the plot expanded on TVs to fix issues with remote navigation
This commit is contained in:
@@ -1792,7 +1792,6 @@ progress+span {
|
|||||||
color: var(--dimTextColor);
|
color: var(--dimTextColor);
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
-webkit-line-clamp: 2;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.detail-clamp-text p {
|
.detail-clamp-text p {
|
||||||
@@ -1800,10 +1799,20 @@ progress+span {
|
|||||||
margin-bottom: .25em;
|
margin-bottom: .25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout-desktop .detail-clamp-text {
|
||||||
|
-webkit-line-clamp: 2;
|
||||||
|
}
|
||||||
|
|
||||||
.layout-mobile .detail-clamp-text {
|
.layout-mobile .detail-clamp-text {
|
||||||
-webkit-line-clamp: 4;
|
-webkit-line-clamp: 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout-tv .detail-clamp-text {
|
||||||
|
-webkit-line-clamp: 10;
|
||||||
|
margin-bottom: -1.5em;
|
||||||
|
transition: none;
|
||||||
|
}
|
||||||
|
|
||||||
.overview-expand.emby-button {
|
.overview-expand.emby-button {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin-top: 1.4em;
|
margin-top: 1.4em;
|
||||||
|
Reference in New Issue
Block a user