From 56c8ad9df37d6c1a697fb6cdbe7ccf56752b14c6 Mon Sep 17 00:00:00 2001 From: Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com> Date: Sat, 20 Jul 2019 03:23:16 +0900 Subject: Improve usability of quote note by pasting url (#5196) --- src/client/app/mobile/views/components/post-form.vue | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'src/client/app/mobile') diff --git a/src/client/app/mobile/views/components/post-form.vue b/src/client/app/mobile/views/components/post-form.vue index 495fa0cf2a..9828430446 100644 --- a/src/client/app/mobile/views/components/post-form.vue +++ b/src/client/app/mobile/views/components/post-form.vue @@ -17,16 +17,17 @@
-
+
{{ $t('@.post-form.quote-attached') }} [x]
+ +
{{ $t('@.post-form.local-only-message') }}
-
{{ $t('@.post-form.quote-attached') }}
@@ -140,6 +141,10 @@ export default Vue.extend({ > .preview padding 16px + > .with-quote + margin 0 0 8px 0 + color var(--primary) + > .visibleUsers margin 5px font-size 14px @@ -148,6 +153,10 @@ export default Vue.extend({ margin-right 16px color var(--text) + > .local-only + margin 0 0 8px 0 + color var(--primary) + > input z-index 1 -- cgit v1.2.3-freya