Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit 8bb6ed6

Browse files
committed
Tweak style
1 parent 046c263 commit 8bb6ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/components/user-online-indicator.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default defineComponent({
2929
<style lang="scss" scoped>
3030
.fzgwjkgc {
3131
box-shadow: 0 0 0 3px var(--panel);
32-
border-radius: 100%;
32+
border-radius: 120%; // Blinkのバグか知らんけど、100%ぴったりにすると何故か若干楕円でレンダリングされる
3333
3434
&.online {
3535
background: #58d4c9;

0 commit comments

Comments
 (0)