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