Increased drag and drop area size
This commit is contained in:
@@ -105,9 +105,13 @@ h1 {
|
||||
|
||||
#content input#file {
|
||||
position: absolute;
|
||||
height: 47px;
|
||||
max-width: 198px;
|
||||
top: 152px;
|
||||
height: 85px;
|
||||
max-width: calc(800px + 4rem);
|
||||
width: calc(100% - 2rem);
|
||||
-webkit-transform: translateX(-50%);
|
||||
transform: translateX(-50%);
|
||||
left: 50%;
|
||||
top: 116px;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user