diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-12-04 18:27:31 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-12-04 18:27:31 +0900 |
| commit | e42e9530cb8c0b218a013719de9cae3e804680db (patch) | |
| tree | e8cac22c3c483d8d3bce4af7825015a7fdbe66b3 /packages/client/src/ui | |
| parent | fix(client): pagesで関数を定義できない問題を修正 (diff) | |
| download | misskey-e42e9530cb8c0b218a013719de9cae3e804680db.tar.gz misskey-e42e9530cb8c0b218a013719de9cae3e804680db.tar.bz2 misskey-e42e9530cb8c0b218a013719de9cae3e804680db.zip | |
fix(client): tweak style
Diffstat (limited to 'packages/client/src/ui')
| -rw-r--r-- | packages/client/src/ui/_common_/sidebar.vue | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/client/src/ui/_common_/sidebar.vue b/packages/client/src/ui/_common_/sidebar.vue index 00e95d3663..e363c3abd9 100644 --- a/packages/client/src/ui/_common_/sidebar.vue +++ b/packages/client/src/ui/_common_/sidebar.vue @@ -289,6 +289,10 @@ export default defineComponent({ &.post { height: $nav-icon-only-width; + + > i { + opacity: 1; + } } &.post:before { |