summaryrefslogtreecommitdiff
path: root/src/client/ui
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-04-25 12:31:11 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-04-25 12:31:11 +0900
commit23821d6fadf7eefe2a8291277ffa8273d3a41dab (patch)
treee92fad05d68c5ec017fbea55bceadd7174698625 /src/client/ui
parentTweak UI (diff)
downloadsharkey-23821d6fadf7eefe2a8291277ffa8273d3a41dab.tar.gz
sharkey-23821d6fadf7eefe2a8291277ffa8273d3a41dab.tar.bz2
sharkey-23821d6fadf7eefe2a8291277ffa8273d3a41dab.zip
Improve client
Diffstat (limited to 'src/client/ui')
-rw-r--r--src/client/ui/default.sidebar.vue25
1 files changed, 17 insertions, 8 deletions
diff --git a/src/client/ui/default.sidebar.vue b/src/client/ui/default.sidebar.vue
index a55a1770ff..725fd844d9 100644
--- a/src/client/ui/default.sidebar.vue
+++ b/src/client/ui/default.sidebar.vue
@@ -31,8 +31,10 @@
<i class="fas fa-cog fa-fw"></i><span class="text">{{ $ts.settings }}</span>
</MkA>
<div class="divider"></div>
- <div class="foo">
- <MkEmoji :normal="true" :no-style="true" emoji="🍮"/>
+ <div class="about">
+ <MkA class="link" to="/about" v-click-anime>
+ <img :src="$instance.iconUrl || $instance.faviconUrl || '/favicon.ico'" class="_ghost"/>
+ </MkA>
</div>
<!--<MisskeyLogo class="misskey"/>-->
</div>
@@ -260,14 +262,21 @@ export default defineComponent({
}
}
- > .misskey {
+ > .about {
fill: currentColor;
- }
-
- > .foo {
- text-align: center;
padding: 8px 0 16px 0;
- opacity: 0.5;
+ text-align: center;
+
+ > .link {
+ display: block;
+ width: 32px;
+ margin: 0 auto;
+
+ img {
+ display: block;
+ width: 100%;
+ }
+ }
}
> .item {