Allow multiple files

This commit is contained in:
Ribas160 2025-06-02 14:35:54 +03:00
parent 6ff08b6884
commit 095a5be0b6
7 changed files with 256 additions and 191 deletions

View file

@ -8,6 +8,12 @@
* @license https://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
*/
#attachmentPreview {
display: flex;
flex-direction: column;
align-items: center;
}
#attachmentPreview img {
max-width: 100%;
height: auto;