chore: hardcode height instead of aspect ratio
aspect ratio is fairly new so just in case
This commit is contained in:
parent
58131e5a3e
commit
dfd2a67b53
@ -12,7 +12,7 @@
|
||||
margin-top: calc(100vh + var(--offset));
|
||||
|
||||
width: 2rem;
|
||||
aspect-ratio: 1;
|
||||
height: 2rem;
|
||||
background: #ff8b24;
|
||||
border-radius: 1rem;
|
||||
box-shadow: 0 0.1rem 0.5rem 0 gray;
|
||||
|
Loading…
Reference in New Issue
Block a user