From 388cb7db3a7ce8d6489b3d59875c41b2b140e32c Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 7 Jun 2018 01:41:05 +0900 Subject: [PATCH] :v: --- .../views/components/notifications.vue | 2 +- .../views/pages/deck/deck.notification.vue | 179 +++++++++++++++ .../views/pages/deck/deck.notifications.vue | 216 +++--------------- 3 files changed, 210 insertions(+), 187 deletions(-) create mode 100644 src/client/app/desktop/views/pages/deck/deck.notification.vue diff --git a/src/client/app/desktop/views/components/notifications.vue b/src/client/app/desktop/views/components/notifications.vue index f2247a782..ada97d5c8 100644 --- a/src/client/app/desktop/views/components/notifications.vue +++ b/src/client/app/desktop/views/components/notifications.vue @@ -206,7 +206,7 @@ root(isDark) margin 0 padding 16px overflow-wrap break-word - font-size 0.9em + font-size 12px border-bottom solid 1px isDark ? #1c2023 : rgba(#000, 0.05) &:last-child diff --git a/src/client/app/desktop/views/pages/deck/deck.notification.vue b/src/client/app/desktop/views/pages/deck/deck.notification.vue new file mode 100644 index 000000000..a145a94f8 --- /dev/null +++ b/src/client/app/desktop/views/pages/deck/deck.notification.vue @@ -0,0 +1,179 @@ + + + + + diff --git a/src/client/app/desktop/views/pages/deck/deck.notifications.vue b/src/client/app/desktop/views/pages/deck/deck.notifications.vue index 7a9646b58..31a3673dd 100644 --- a/src/client/app/desktop/views/pages/deck/deck.notifications.vue +++ b/src/client/app/desktop/views/pages/deck/deck.notifications.vue @@ -1,102 +1,14 @@