mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 22:50:53 +03:00
change how the file upload box expands
This commit is contained in:
@@ -68,8 +68,9 @@ a {
|
|||||||
.upload-window.ondrag {
|
.upload-window.ondrag {
|
||||||
border: 3px dashed rgba(0, 148, 251, 0.5);
|
border: 3px dashed rgba(0, 148, 251, 0.5);
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: 672px;
|
width: 636px;
|
||||||
height: 267px;
|
height: 251px;
|
||||||
|
transform: scale(1.05);
|
||||||
border-radius: 4.2px;
|
border-radius: 4.2px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user