feat: pdf viewer toegevoegd

This commit is contained in:
kodi
2026-03-12 15:08:30 +01:00
parent ed34d6202f
commit fc22550e91
12 changed files with 382 additions and 1 deletions
+9
View File
@@ -632,6 +632,15 @@ button:disabled {
border: 1px solid var(--color-border);
}
.pdf-frame {
width: 100%;
height: calc(100vh - 180px);
min-height: 420px;
background: #fff;
border-radius: var(--radius-sm);
border: 1px solid var(--color-border);
}
.search-card {
width: min(680px, calc(100vw - 32px));
}