Warn users if a file is too large to upload

This commit is contained in:
2021-09-27 12:04:39 +02:00
parent 3c478720c9
commit 85a4ca2c9d
4 changed files with 24 additions and 5 deletions

View File

@@ -24,7 +24,7 @@
box-sizing: border-box;
text-align: left;
box-shadow: var(--shadow_color) 0px 0px 50px;
border-radius: 16px 16px 8px 8px;
border-radius: 20px 20px 8px 8px;
overflow: hidden;
}