feat (ui): series overlay

This commit is contained in:
kodi
2026-03-09 16:19:50 +01:00
parent 7a395a24b4
commit c62f61fc38
7 changed files with 312 additions and 0 deletions
+35
View File
@@ -412,6 +412,41 @@ button.secondary {
min-height: 0;
}
.tvdb-modal-card {
width: min(1500px, 92vw);
height: 86vh;
}
.tvdb-modal-head {
margin-bottom: 6px;
}
.tvdb-fallback {
border: 1px solid var(--border);
border-radius: 6px;
padding: 10px;
margin-bottom: 8px;
background: var(--surface-subtle);
}
.tvdb-fallback h4 {
margin: 0 0 6px;
}
.tvdb-fallback p {
margin: 0;
color: var(--text-muted);
}
.tvdb-modal-frame {
width: 100%;
flex: 1;
min-height: 0;
border: 1px solid var(--border);
border-radius: 6px;
background: var(--surface-subtle);
}
.modal-head {
display: flex;
align-items: center;