feat (ui): toevoegen van banner en series info

This commit is contained in:
kodi
2026-03-09 08:25:02 +01:00
parent 96b182c182
commit 1e946f675b
4 changed files with 126 additions and 142 deletions
+55
View File
@@ -293,6 +293,61 @@ button.secondary {
margin-bottom: 8px;
}
.hidden {
display: none !important;
}
#panelSearch #searchResults {
margin-bottom: 10px;
}
.series-details {
border-top: 1px solid #e4eaf2;
padding-top: 10px;
}
.series-media {
margin-bottom: 8px;
}
.series-media img {
width: 96px;
height: 144px;
object-fit: cover;
border-radius: 6px;
border: 1px solid #d7dee9;
background: #f8fafc;
}
.series-meta {
font-size: 12px;
color: #334155;
display: grid;
gap: 4px;
margin-bottom: 8px;
}
.series-meta span:first-child {
color: #64748b;
}
.series-overview {
margin: 0 0 8px;
font-size: 12px;
line-height: 1.35;
color: #1e293b;
}
.series-link {
font-size: 12px;
color: #64748b;
text-decoration: none;
}
.series-link:hover {
text-decoration: underline;
}
#outputBox {
margin: 0;
background: #0b1220;