From c7988fb6f5bc42bca92da97c91e555df0a2782db Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 14 Oct 2018 10:16:02 +0900 Subject: [PATCH] :art: --- .../app/desktop/views/components/notes.vue | 4 ++-- .../views/components/notifications.vue | 4 ++-- .../desktop/views/pages/deck/deck.notes.vue | 10 ++++++++++ .../views/pages/deck/deck.notifications.vue | 20 +++++++++---------- .../app/mobile/views/components/notes.vue | 4 ++-- .../mobile/views/components/notifications.vue | 4 ++-- 6 files changed, 28 insertions(+), 18 deletions(-) diff --git a/src/client/app/desktop/views/components/notes.vue b/src/client/app/desktop/views/components/notes.vue index b43720d19..219fd5db6 100644 --- a/src/client/app/desktop/views/components/notes.vue +++ b/src/client/app/desktop/views/components/notes.vue @@ -9,7 +9,7 @@ -
+
@@ -232,7 +232,7 @@ export default Vue.extend({ > * transition transform .3s ease, opacity .3s ease - > .skeleton + > .placeholder padding 32px opacity 0.3 diff --git a/src/client/app/desktop/views/components/notifications.vue b/src/client/app/desktop/views/components/notifications.vue index 361ca5f1c..9b807e69e 100644 --- a/src/client/app/desktop/views/components/notifications.vue +++ b/src/client/app/desktop/views/components/notifications.vue @@ -1,6 +1,6 @@