diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-20 16:58:05 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-20 16:58:05 +0900 |
| commit | 8bb6ed625bbc5dc4b14a068f6220747a9af82bee (patch) | |
| tree | d58aaac9a6c97486ab82bdf6987ac46f24593468 /src/client | |
| parent | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop (diff) | |
| download | sharkey-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.vue | 2 |
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; |