summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-10-05 12:10:00 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-10-05 12:10:00 +0900
commit63a8d556e513bef14ff941edb06e120fc784227c (patch)
tree2e15c71aee5600baec99dd11ae58b237c2623bac /src
parent9.7.1 (diff)
downloadsharkey-63a8d556e513bef14ff941edb06e120fc784227c.tar.gz
sharkey-63a8d556e513bef14ff941edb06e120fc784227c.tar.bz2
sharkey-63a8d556e513bef14ff941edb06e120fc784227c.zip
:art:
Diffstat (limited to 'src')
-rw-r--r--src/client/app/mobile/views/components/drive.file-detail.vue30
1 files changed, 4 insertions, 26 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 de46297fcb..7425afe1e2 100644
--- a/src/client/app/mobile/views/components/drive.file-detail.vue
+++ b/src/client/app/mobile/views/components/drive.file-detail.vue
@@ -38,10 +38,10 @@
</div>
<div class="menu">
<div>
- <a :href="`${file.url}?download`" :download="file.name">%fa:download%%i18n:@download%</a>
- <button @click="rename">%fa:pencil-alt%%i18n:@rename%</button>
- <button @click="move">%fa:R folder-open%%i18n:@move%</button>
- <button @click="del">%fa:trash-alt R%%i18n:@delete%</button>
+ <ui-button link :href="`${file.url}?download`" :download="file.name">%fa:download% %i18n:@download%</ui-button>
+ <ui-button @click="rename">%fa:pencil-alt% %i18n:@rename%</ui-button>
+ <ui-button @click="move">%fa:R folder-open% %i18n:@move%</ui-button>
+ <ui-button @click="del">%fa:trash-alt R% %i18n:@delete%</ui-button>
</div>
</div>
<div class="exif" v-show="exif">
@@ -205,28 +205,6 @@ export default Vue.extend({
max-width 500px
margin 0 auto
- > *
- display block
- width 100%
- padding 10px 16px
- margin 0 0 12px 0
- color var(--primaryForeground)
- font-size 0.9em
- text-align center
- text-decoration none
- background var(--primary)
- border none
- border-radius 3px
-
- &:last-child
- margin-bottom 0
-
- &:active
- background var(--primaryDarken10)
-
- > [data-fa]
- margin-right 4px
-
> .hash
padding 14px
border-top solid 1px var(--faceDivider)