feat (ui): toevoegen van banner en series info - 01

This commit is contained in:
kodi
2026-03-09 09:32:28 +01:00
parent 1e946f675b
commit d3cf97d56d
3 changed files with 155 additions and 9 deletions
+24 -3
View File
@@ -299,6 +299,21 @@ button.secondary {
#panelSearch #searchResults {
margin-bottom: 10px;
height: 220px;
max-height: 220px;
overflow-y: auto;
}
#panelSearch #searchResults li {
min-height: 38px;
height: 38px;
align-items: center;
}
#panelSearch #searchResults li > span {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.series-details {
@@ -308,12 +323,18 @@ button.secondary {
.series-media {
margin-bottom: 8px;
width: 100%;
padding: 0 4px;
}
.series-media img {
width: 96px;
height: 144px;
object-fit: cover;
width: 100%;
max-width: none;
height: 92px;
object-fit: contain;
object-position: center center;
display: block;
margin: 0;
border-radius: 6px;
border: 1px solid #d7dee9;
background: #f8fafc;