mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
FEATURE: upload button on mobile composer
This commit is contained in:
parent
a74764c833
commit
44888f7acc
@ -76,6 +76,10 @@
|
||||
<div id="file-uploading">
|
||||
{{i18n upload_selector.uploading}} {{view.uploadProgress}}% <a id="cancel-file-upload">{{i18n cancel}}</a>
|
||||
</div>
|
||||
{{else}}
|
||||
{{#if Discourse.Mobile.mobileView}}
|
||||
<a {{action showUploadSelector view}} class='mobile-file-upload'>{{i18n upload}}</a>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
</div>
|
||||
|
@ -53,12 +53,12 @@ display: none;
|
||||
}
|
||||
|
||||
#reply-control {
|
||||
.toggle-preview, #draft-status, #file-uploading {
|
||||
.toggle-preview, #draft-status, #file-uploading, .mobile-file-upload {
|
||||
position: absolute;
|
||||
bottom: -31px;
|
||||
margin-top: 0;
|
||||
}
|
||||
.toggle-preview {
|
||||
.toggle-preview, .mobile-file-upload {
|
||||
right: 5px;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user