diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-27 18:29:39 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-27 18:29:39 +0900 |
| commit | 4f15b6f7c2800f60e702b0137a1d596e89f5029c (patch) | |
| tree | 1b00374971d4a049489f3f41e8525a7722ade5cc /packages/frontend/src/components/MkUserOnlineIndicator.vue | |
| parent | perf?(client): remove needless scoped annotation for style (diff) | |
| download | misskey-4f15b6f7c2800f60e702b0137a1d596e89f5029c.tar.gz misskey-4f15b6f7c2800f60e702b0137a1d596e89f5029c.tar.bz2 misskey-4f15b6f7c2800f60e702b0137a1d596e89f5029c.zip | |
Revert "perf?(client): remove needless scoped annotation for style"
This reverts commit ada04c1932dd694af1775e562fdcfa2c506454de.
Diffstat (limited to 'packages/frontend/src/components/MkUserOnlineIndicator.vue')
| -rw-r--r-- | packages/frontend/src/components/MkUserOnlineIndicator.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkUserOnlineIndicator.vue b/packages/frontend/src/components/MkUserOnlineIndicator.vue index ad78cdc834..a4f6f80383 100644 --- a/packages/frontend/src/components/MkUserOnlineIndicator.vue +++ b/packages/frontend/src/components/MkUserOnlineIndicator.vue @@ -21,7 +21,7 @@ const text = $computed(() => { }); </script> -<style lang="scss"> +<style lang="scss" scoped> .fzgwjkgc { box-shadow: 0 0 0 3px var(--panel); border-radius: 120%; // Blinkのバグか知らんけど、100%ぴったりにすると何故か若干楕円でレンダリングされる |