fix: border radius
This commit is contained in:
parent
739f958842
commit
d536d0771b
6 changed files with 9 additions and 9 deletions
|
|
@ -38,7 +38,7 @@ const text = $computed(() => {
|
|||
.root {
|
||||
box-shadow: 0 0 0 3px var(--panel);
|
||||
|
||||
// sharkey(ShittyKopper): the comment mentions something about 100% radius not behaving correctly on blink.
|
||||
// sharkey: the comment mentions something about 100% radius not behaving correctly on blink.
|
||||
// couldn't reproduce, assuming the 120% here was just an old workaround
|
||||
border-radius: var(--radius-full); // Blinkのバグか知らんけど、100%ぴったりにすると何故か若干楕円でレンダリングされる
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue