From dfd2a67b5399888565c684ef7014aebfe169c2a9 Mon Sep 17 00:00:00 2001 From: eggy Date: Tue, 9 Aug 2022 19:14:39 -0400 Subject: [PATCH] chore: hardcode height instead of aspect ratio aspect ratio is fairly new so just in case --- components/ButtonToTop.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ButtonToTop.vue b/components/ButtonToTop.vue index d7d970d..1336489 100644 --- a/components/ButtonToTop.vue +++ b/components/ButtonToTop.vue @@ -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;