summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-01-12 09:13:35 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-01-12 09:13:35 +0900
commit183faf3b2a91116f02fb51897ca51511d2a3ff13 (patch)
treec43c0f73d28a95f3ccd8a20e618c13d7d3f59c54 /src/client
parentUpdate terser-webpack-plugin requirement from 1.1.0 to 1.2.1 (#3867) (diff)
downloadsharkey-183faf3b2a91116f02fb51897ca51511d2a3ff13.tar.gz
sharkey-183faf3b2a91116f02fb51897ca51511d2a3ff13.tar.bz2
sharkey-183faf3b2a91116f02fb51897ca51511d2a3ff13.zip
[Client] Resolve #3881
Diffstat (limited to 'src/client')
-rw-r--r--src/client/app/mobile/views/components/drive.file-detail.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/app/mobile/views/components/drive.file-detail.vue b/src/client/app/mobile/views/components/drive.file-detail.vue
index 8b093bceed..4d0a747fcb 100644
--- a/src/client/app/mobile/views/components/drive.file-detail.vue
+++ b/src/client/app/mobile/views/components/drive.file-detail.vue
@@ -37,6 +37,7 @@
</div>
<div class="menu">
<div>
+ <ui-input readonly :value="file.url">URL</ui-input>
<ui-button link :href="`${file.url}?download`" :download="file.name"><fa icon="download"/> {{ $t('download') }}</ui-button>
<ui-button @click="rename"><fa icon="pencil-alt"/> {{ $t('rename') }}</ui-button>
<ui-button @click="move"><fa :icon="['far', 'folder-open']"/> {{ $t('move') }}</ui-button>
@@ -200,7 +201,7 @@ export default Vue.extend({
color #bf4633
> .menu
- padding 14px
+ padding 0 14px 14px 14px
border-top solid 1px var(--faceDivider)
> div