feat: pdf viewer toegevoegd
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user