From c0c64a2d5d99e0c99a1c0d1f00016285f3e2d94d Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 12 Apr 2021 23:13:58 +0900 Subject: Tweak UI --- src/client/ui/default.sidebar.vue | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'src/client/ui') diff --git a/src/client/ui/default.sidebar.vue b/src/client/ui/default.sidebar.vue index 6323393f22..3e956679cd 100644 --- a/src/client/ui/default.sidebar.vue +++ b/src/client/ui/default.sidebar.vue @@ -30,6 +30,11 @@ {{ $ts.settings }} +
+
+ +
+ @@ -44,10 +49,12 @@ import { sidebarDef } from '@client/sidebar'; import { getAccounts, addAccount, login } from '@client/account'; import MkButton from '@client/components/ui/button.vue'; import { StickySidebar } from '@client/scripts/sticky-sidebar'; +import MisskeyLogo from '@/../assets/client/misskey.svg'; export default defineComponent({ components: { - MkButton + MkButton, + MisskeyLogo, }, data() { @@ -315,6 +322,16 @@ export default defineComponent({ } } + > .misskey { + fill: currentColor; + } + + > .foo { + text-align: center; + padding: 8px 0 16px 0; + opacity: 0.5; + } + > .item { position: relative; display: block; -- cgit v1.2.3-freya