diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-03-17 21:16:17 -0400 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-03-17 21:16:17 -0400 |
| commit | 1328b125d2b414380d037206ab6f39b9d12f1ff1 (patch) | |
| tree | afd95a67da8a07cb4261ae585473bf9c5f96024c /src/mobile/ImageUpload.scss | |
| parent | 345c445474292fe0bf56ff1a36f5a9a4b8411e95 (diff) | |
nacho fries
Diffstat (limited to 'src/mobile/ImageUpload.scss')
| -rw-r--r-- | src/mobile/ImageUpload.scss | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/mobile/ImageUpload.scss b/src/mobile/ImageUpload.scss index 2d8966be1..d0b7d4e41 100644 --- a/src/mobile/ImageUpload.scss +++ b/src/mobile/ImageUpload.scss @@ -1,6 +1,6 @@ .imgupload_cont { - height: 100%; - width: 100%; + height: 100vh; + width: 100vw; align-content: center; .button_file { text-align: center; @@ -10,7 +10,4 @@ color: grey; font-size: 3em; } - .input_file { - background-color: transparent; // display: none; - } }
\ No newline at end of file |
