fix: un-hardcode more border radius values
all of these are blind find and replace, no clue if they end up breaking anything
This commit is contained in:
parent
62a5793e71
commit
32318bbbfa
10 changed files with 14 additions and 14 deletions
|
|
@ -198,7 +198,7 @@ const bannerStyle = computed(() => {
|
|||
transform: translate(25%, -25%);
|
||||
background-color: var(--accent);
|
||||
border: solid var(--bg) 4px;
|
||||
border-radius: 100%;
|
||||
border-radius: var(--radius-full);
|
||||
width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
aspect-ratio: 1 / 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue