video & pdf preview added

This commit is contained in:
Ryan
2025-03-15 16:40:09 -04:00
committed by GitHub
parent 332d620921
commit a83a13b34b
2 changed files with 89 additions and 37 deletions

View File

@@ -1306,6 +1306,18 @@ body.dark-mode .image-preview-modal-content {
border-color: #444;
}
.preview-btn {
display: flex;
align-items: center;
justify-content: center;
}
.preview-btn i.material-icons {
vertical-align: middle;
margin: 0;
margin-top: -2px;
}
/* Ensure the image resizes properly */
.image-modal-img {
max-width: 100%;