tryout reduced radius

This commit is contained in:
nelle 2024-07-06 20:51:48 -06:00
parent e06cfc0dab
commit bf78a1e820

View file

@ -308,7 +308,7 @@ function more(ev: MouseEvent) {
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
border-radius: 999px; border-radius: 5px;
background: linear-gradient( background: linear-gradient(
-45deg, -45deg,
var(--buttonGradateA), var(--buttonGradateA),
@ -427,7 +427,7 @@ function more(ev: MouseEvent) {
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
border-radius: 999px; border-radius: 5px;
} }
} }
@ -497,7 +497,7 @@ function more(ev: MouseEvent) {
margin: auto; margin: auto;
width: 52px; width: 52px;
aspect-ratio: 1/1; aspect-ratio: 1/1;
border-radius: 100%; border-radius: 5px;
background: linear-gradient( background: linear-gradient(
-45deg, -45deg,
var(--buttonGradateA), var(--buttonGradateA),