More send media optimization

This commit is contained in:
N-Pex 2025-07-17 11:22:26 +02:00
parent 7b4b35762a
commit 9b0a6ae225
5 changed files with 54 additions and 55 deletions

View file

@ -83,6 +83,7 @@ $hiliteColor: #4642f1;
flex: 1 1 100%;
background-color: $backgroundSection;
display: flex;
position: relative;
&.drop-target {
background-color: $backgroundHilite;
@ -97,13 +98,14 @@ $hiliteColor: #4642f1;
object-fit: cover;
}
.filename {
width: 100%;
height: 100%;
.send-attachments__selecting__current-item__preparing {
position: absolute;
right: 8px;
bottom: 4px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
align-items: end;
justify-content: end;
}
}