summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-04-20 16:58:05 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-04-20 16:58:05 +0900
commit8bb6ed625bbc5dc4b14a068f6220747a9af82bee (patch)
treed58aaac9a6c97486ab82bdf6987ac46f24593468 /src/client
parentMerge branch 'develop' of https://github.com/misskey-dev/misskey into develop (diff)
downloadsharkey-8bb6ed625bbc5dc4b14a068f6220747a9af82bee.tar.gz
sharkey-8bb6ed625bbc5dc4b14a068f6220747a9af82bee.tar.bz2
sharkey-8bb6ed625bbc5dc4b14a068f6220747a9af82bee.zip
Tweak style
Diffstat (limited to 'src/client')
-rw-r--r--src/client/components/user-online-indicator.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/user-online-indicator.vue b/src/client/components/user-online-indicator.vue
index bb98978bba..afaf0e8736 100644
--- a/src/client/components/user-online-indicator.vue
+++ b/src/client/components/user-online-indicator.vue
@@ -29,7 +29,7 @@ export default defineComponent({
<style lang="scss" scoped>
.fzgwjkgc {
box-shadow: 0 0 0 3px var(--panel);
- border-radius: 100%;
+ border-radius: 120%; // Blinkのバグか知らんけど、100%ぴったりにすると何故か若干楕円でレンダリングされる
&.online {
background: #58d4c9;