fix: border radius
This commit is contained in:
@@ -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%ぴったりにすると何故か若干楕円でレンダリングされる
|
||||
|
||||
|
||||
Reference in New Issue
Block a user