Re-add the file drop initial view

This commit is contained in:
N-Pex 2025-10-17 15:11:47 +02:00
parent f701e2af15
commit b30f50b96d
2 changed files with 80 additions and 115 deletions

View file

@ -38,6 +38,14 @@ $hiliteColor: #4642f1;
display: flex;
align-items: center;
justify-content: center;
&.file-drop {
flex: 0 0 100px;
background-color: transparent;
flex-direction: column;
.file-drop-title {
margin-top: 8px;
}
}
}
.v-btn {
@ -119,6 +127,25 @@ $hiliteColor: #4642f1;
}
}
.file-drop-choose-files {
background-color: $backgroundSection;
border-radius: 19px;
padding: 16px 18px;
flex: 0 0 40%;
margin: 20px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
.file-format-info {
font-family: "Inter", sans-serif;
font-size: 11 * $chat-text-size;
line-height: 117%;
color: rgba(white, 0.6);
margin-top: 5px;
}
}
.file-drop-thumbnail-container,
.gallery-thumbnail-container {
width: 100%;