made installer and seperated stuff into diferent files

This commit is contained in:
2026-06-14 10:47:39 +02:00
parent 9045841645
commit 904607a045
22 changed files with 4766 additions and 3952 deletions

View File

@@ -0,0 +1,13 @@
.viewer-placeholder {
min-height: 100%;
display: grid;
place-items: center;
border: 1px dashed var(--bs-border-color);
border-radius: 8px;
color: var(--bs-secondary-color);
text-align: center;
}
.viewer-placeholder h1 {
color: var(--bs-body-color);
}