diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-25 12:31:11 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-25 12:31:11 +0900 |
| commit | 23821d6fadf7eefe2a8291277ffa8273d3a41dab (patch) | |
| tree | e92fad05d68c5ec017fbea55bceadd7174698625 /src/client/components | |
| parent | Tweak UI (diff) | |
| download | sharkey-23821d6fadf7eefe2a8291277ffa8273d3a41dab.tar.gz sharkey-23821d6fadf7eefe2a8291277ffa8273d3a41dab.tar.bz2 sharkey-23821d6fadf7eefe2a8291277ffa8273d3a41dab.zip | |
Improve client
Diffstat (limited to 'src/client/components')
| -rw-r--r-- | src/client/components/launch-pad.vue | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/components/launch-pad.vue b/src/client/components/launch-pad.vue index 936ca85730..58b74bdaee 100644 --- a/src/client/components/launch-pad.vue +++ b/src/client/components/launch-pad.vue @@ -25,7 +25,7 @@ <div class="text">{{ $t('aboutX', { x: instanceName }) }}</div> </MkA> <MkA to="/about-misskey" @click.passive="close()" v-click-anime> - <i class="fas fa-info-circle icon"></i> + <img src="/static-assets/favicon.png" class="icon"/> <div class="text">{{ $ts.aboutMisskey }}</div> </MkA> </div> @@ -101,6 +101,7 @@ export default defineComponent({ flex-direction: column; align-items: center; justify-content: center; + vertical-align: bottom; width: 128px; height: 128px; border-radius: var(--radius); @@ -117,6 +118,7 @@ export default defineComponent({ > .icon { font-size: 26px; + height: 32px; } > .text { |