diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2020-03-27 21:26:13 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2020-03-27 21:26:13 +1000 |
| commit | f4afd2eb6be4bdf6236c6e410d1c3846f2b6e685 (patch) | |
| tree | d84d2aa47866ab49a13d46c253b07cb6cb26b130 /static/upload.css | |
| parent | 299df65290ef028a997bcfed888b2230ee750f36 (diff) | |
Add some minor UI tweaks
Diffstat (limited to 'static/upload.css')
| -rw-r--r-- | static/upload.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/upload.css b/static/upload.css index c2ded20..194d3d0 100644 --- a/static/upload.css +++ b/static/upload.css @@ -26,7 +26,7 @@ justify-content: center;
align-items: center;
min-width: 300px;
- min-height: 300px;
+ min-height: 200px;
}
.upload-box span {
@@ -155,4 +155,4 @@ -webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
-}
\ No newline at end of file +}
|
