mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -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;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
border-radius: 999px;
|
||||
border-radius: 5px;
|
||||
background: linear-gradient(
|
||||
-45deg,
|
||||
var(--buttonGradateA),
|
||||
|
@ -427,7 +427,7 @@ function more(ev: MouseEvent) {
|
|||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
border-radius: 999px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -497,7 +497,7 @@ function more(ev: MouseEvent) {
|
|||
margin: auto;
|
||||
width: 52px;
|
||||
aspect-ratio: 1/1;
|
||||
border-radius: 100%;
|
||||
border-radius: 5px;
|
||||
background: linear-gradient(
|
||||
-45deg,
|
||||
var(--buttonGradateA),
|
||||
|
|
Loading…
Reference in a new issue