From 61de9cdbd49dca2ef35954e783fa97fcd6d62882 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 22 Sep 2021 21:42:07 +0900 Subject: :art: --- src/client/ui/_common_/sidebar.vue | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'src/client/ui/_common_/sidebar.vue') diff --git a/src/client/ui/_common_/sidebar.vue b/src/client/ui/_common_/sidebar.vue index 65f3d7dbdd..9817a46e30 100644 --- a/src/client/ui/_common_/sidebar.vue +++ b/src/client/ui/_common_/sidebar.vue @@ -263,7 +263,7 @@ export default defineComponent({ > .item { padding-left: 0; - padding: 10px 0; + padding: 18px 0; width: 100%; text-align: center; font-size: $ui-font-size * 1.1; @@ -280,14 +280,7 @@ export default defineComponent({ } > .text { - display: inline-block; - font-size: 0.5em; - line-height: initial; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - max-width: 100%; - opacity: 0.7; + display: none; } &:hover, &.active { -- cgit v1.2.3-freya