From ecd71ef5ff0409869a3cce81e12562896a0175a8 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 8 May 2018 07:08:02 +0900 Subject: [PATCH] Fix bug --- src/client/app/desktop/views/pages/note.vue | 21 +++++++++------------ src/client/app/mobile/views/pages/note.vue | 4 ++-- 2 files changed, 11 insertions(+), 14 deletions(-) diff --git a/src/client/app/desktop/views/pages/note.vue b/src/client/app/desktop/views/pages/note.vue index e92b0ff105..8502dd3d58 100644 --- a/src/client/app/desktop/views/pages/note.vue +++ b/src/client/app/desktop/views/pages/note.vue @@ -1,9 +1,11 @@ @@ -48,17 +50,12 @@ main padding 16px text-align center - > a - display inline-block + > footer + margin-top 16px - &:first-child - margin-bottom 4px - - &:last-child - margin-top 4px - - > [data-fa] - margin-right 4px + > a + display inline-block + margin 0 16px > .mk-note-detail margin 0 auto diff --git a/src/client/app/mobile/views/pages/note.vue b/src/client/app/mobile/views/pages/note.vue index aff0d5aa52..146d89d22b 100644 --- a/src/client/app/mobile/views/pages/note.vue +++ b/src/client/app/mobile/views/pages/note.vue @@ -6,8 +6,8 @@