added new features

This commit is contained in:
Luca Haid
2025-08-26 09:57:56 +02:00
parent 8628e27b8e
commit 075aaaef5f
8 changed files with 186 additions and 74 deletions
@@ -193,6 +193,26 @@
margin: 20px 0; /* Add some vertical margin for spacing */
}
.tt-file-gallery-filename {
padding: 4px 8px 0;
font-weight: 500;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: flex;
justify-content: space-between;
align-items: center;
}
.tt-file-gallery-description {
padding: 0 8px 4px;
font-size: 0.75rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #6c757d; /* Bootstrap's text-muted color */
}
.tt-fullscreen-nav-btn {
position: absolute;