mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Safari uploading progress indicator missing a space
This commit is contained in:
@@ -121,8 +121,7 @@
|
||||
|
||||
{{#if isUploading}}
|
||||
<div id="file-uploading">
|
||||
{{loading-spinner size="small"}} {{i18n 'upload_selector.uploading'}}
|
||||
{{uploadProgress}}%
|
||||
{{loading-spinner size="small"}}<span>{{i18n 'upload_selector.uploading'}} {{uploadProgress}}%</span>
|
||||
{{#if isCancellable}}
|
||||
<a href id="cancel-file-upload" {{action "cancelUpload"}}>{{d-icon "times"}}</a>
|
||||
{{/if}}
|
||||
|
||||
@@ -274,6 +274,7 @@
|
||||
}
|
||||
#file-uploading {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
a {
|
||||
margin-left: 5px;
|
||||
color: $primary-high;
|
||||
|
||||
Reference in New Issue
Block a user