mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 19:35:12 +00:00
Tweak style
This commit is contained in:
parent
046c263f13
commit
8bb6ed625b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue