Fix gallery view and lazy load thumbnails

This commit is contained in:
N-Pex 2025-06-19 10:58:11 +02:00
parent f0382afd83
commit acdef62880
6 changed files with 69 additions and 27 deletions

View file

@ -73,7 +73,7 @@ $hiliteColor: #4642f1;
color: rgba($text, 80%) !important;
}
.send-attachments__selecting__current-item {
.send-attachments__selecting__current-item, .gallery-current-item {
width: 100%;
flex: 1 1 100%;
background-color: $backgroundSection;
@ -102,7 +102,7 @@ $hiliteColor: #4642f1;
}
}
.file-drop-thumbnail-container {
.file-drop-thumbnail-container, .gallery-thumbnail-container {
width: 100%;
padding: 13px 20px 15px 20px;
flex: 0 0 74px;