Fix gallery view and lazy load thumbnails
This commit is contained in:
parent
f0382afd83
commit
acdef62880
6 changed files with 69 additions and 27 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue