From 676f0260854a3cbf216533e8b00b2690d450201f Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 15 Oct 2018 04:36:31 +0900 Subject: [PATCH] :art: --- .../app/desktop/views/components/ui.sidebar.vue | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/client/app/desktop/views/components/ui.sidebar.vue b/src/client/app/desktop/views/components/ui.sidebar.vue index 1455421a9..8e586eb25 100644 --- a/src/client/app/desktop/views/components/ui.sidebar.vue +++ b/src/client/app/desktop/views/components/ui.sidebar.vue @@ -167,10 +167,13 @@ export default Vue.extend({ > .nav > * + &.active + box-shadow -4px 0 var(--primary) inset + > * display block width $width - line-height 56px + line-height 52px text-align center font-size 18px color var(--desktopHeaderFg) @@ -187,12 +190,12 @@ export default Vue.extend({ > .post width $width height $width - padding 10px + padding 12px > button display inline-block margin 0 - padding 0 10px + padding 0 height 100% width 100% font-size 1.2em @@ -202,7 +205,7 @@ export default Vue.extend({ background var(--primary) !important outline none border none - border-radius 4px + border-radius 100% transition background 0.1s ease cursor pointer @@ -222,7 +225,7 @@ export default Vue.extend({ left 0 width $width height $width - padding 12px + padding 14px > * display block