diff options
| author | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-06-10 22:43:35 -0700 |
|---|---|---|
| committer | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-06-10 22:43:35 -0700 |
| commit | b13adb6e2620d80c019c7c8f6d344ba5ca2fcec2 (patch) | |
| tree | fd6605f02d83e8c9fcaaf0bbb7dbce863a886eb9 /src/mobile/ImageUpload.scss | |
| parent | 69fc5cff21c212a6eca9d125836844eea018fad0 (diff) | |
finished up image upload and fixed bugs with pathbar and clicking workspaces twice
Diffstat (limited to 'src/mobile/ImageUpload.scss')
| -rw-r--r-- | src/mobile/ImageUpload.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mobile/ImageUpload.scss b/src/mobile/ImageUpload.scss index 6c782d4d8..d5ab31469 100644 --- a/src/mobile/ImageUpload.scss +++ b/src/mobile/ImageUpload.scss @@ -5,6 +5,7 @@ justify-content: center; flex-direction: column; align-items: center; + max-width: 400px; .upload_label { font-size: 3em; @@ -17,6 +18,13 @@ border-radius: 10px; } + .file { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + direction: ltr; + } + .upload_label:hover { background-color: darkred; } @@ -55,6 +63,10 @@ background-color: darkred; } + .status { + font-size: 2em; + } + } .backgroundUpload { |
