From 2f2a94590599185c09ddbfa71efd99213e7eaa91 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 29 Apr 2018 09:19:05 +0900 Subject: wip --- .../app/mobile/views/components/note.sub.vue | 28 ++++++++++++++++++---- src/client/app/mobile/views/components/note.vue | 14 ++++++++--- 2 files changed, 34 insertions(+), 8 deletions(-) (limited to 'src/client/app/mobile') diff --git a/src/client/app/mobile/views/components/note.sub.vue b/src/client/app/mobile/views/components/note.sub.vue index 8e3835ac23..01f02bdb56 100644 --- a/src/client/app/mobile/views/components/note.sub.vue +++ b/src/client/app/mobile/views/components/note.sub.vue @@ -7,9 +7,18 @@
{{ note.user | userName }} @{{ note.user | acct }} - - - +
+ %fa:mobile-alt% + + + + + + + + + +
@@ -92,9 +101,18 @@ root(isDark) margin 0 color isDark ? #606984 : #d1d8da - > .created-at + > .info margin-left auto - color isDark ? #606984 : #b2b8bb + font-size 0.9em + + > * + color isDark ? #606984 : #b2b8bb + + > .mobile + margin-right 6px + + > .visibility + margin-left 6px > .body max-height 128px diff --git a/src/client/app/mobile/views/components/note.vue b/src/client/app/mobile/views/components/note.vue index 5202e0eb54..07e18544dd 100644 --- a/src/client/app/mobile/views/components/note.vue +++ b/src/client/app/mobile/views/components/note.vue @@ -27,6 +27,12 @@ + + + + + +
@@ -379,12 +385,14 @@ root(isDark) margin-left auto font-size 0.9em + > * + color isDark ? #606984 : #c0c0c0 + > .mobile margin-right 6px - color isDark ? #606984 : #c0c0c0 - > .created-at - color isDark ? #606984 : #c0c0c0 + > .visibility + margin-left 6px > .body -- cgit v1.2.3-freya