Add configuration options for backdrop video delay and plot width constraint

This commit is contained in:
CodeDevMLH
2026-03-23 23:37:47 +01:00
parent c30300d1ba
commit 992f854dd2
4 changed files with 80 additions and 32 deletions

View File

@@ -489,6 +489,15 @@
overflow: hidden;
}
.plot-container.constrained-plot {
width: 40%;
}
.plot-container.constrained-plot .plot {
line-clamp: 3;
-webkit-line-clamp: 3;
}
.genre {
display: flex;
gap: 5px;