adding download helper and viewer
Deploy / deploy (push) Successful in 38s

This commit is contained in:
2026-05-12 10:08:17 +02:00
parent 67f31800f3
commit b69e603791
5 changed files with 139 additions and 6 deletions
+11
View File
@@ -282,4 +282,15 @@ kbd {
.attachment-item a:hover {
color: #60a5fa;
text-decoration: underline !important;
}
/* File Viewer */
#fileViewerModal .modal-content {
border-color: var(--neptune-border);
}
#fileViewerBody pre {
margin: 0;
white-space: pre-wrap;
word-break: break-word;
}