mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-25 11:27:31 -07:00
tryout reduced radius
This commit is contained in:
parent
e06cfc0dab
commit
bf78a1e820
1 changed files with 3 additions and 3 deletions
|
@ -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),
|
||||||
|
|
Loading…
Reference in a new issue