fix: border radius

This commit is contained in:
ShittyKopper 2023-11-07 16:01:02 +03:00
parent 739f958842
commit d536d0771b
6 changed files with 9 additions and 9 deletions

View file

@ -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); // Blink100%