From 32dee9fe2c401802eb1e84c49fd7583cf89dcd0a Mon Sep 17 00:00:00 2001 From: Adam Argyle Date: Tue, 5 Nov 2024 13:54:07 -0800 Subject: [PATCH] still workin on the dino cactus --- public/cactus.svg | 2 +- public/track-grunge.svg | 2 +- src/components/main.aside.astro | 20 -------------------- 3 files changed, 2 insertions(+), 22 deletions(-) diff --git a/public/cactus.svg b/public/cactus.svg index 7203baa..6334148 100644 --- a/public/cactus.svg +++ b/public/cactus.svg @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/public/track-grunge.svg b/public/track-grunge.svg index dde789e..d003918 100644 --- a/public/track-grunge.svg +++ b/public/track-grunge.svg @@ -4,7 +4,7 @@ diff --git a/src/components/main.aside.astro b/src/components/main.aside.astro index 0531817..6e468d1 100644 --- a/src/components/main.aside.astro +++ b/src/components/main.aside.astro @@ -296,26 +296,6 @@ const { biomes } = Astro.props; } } } - - @container (width >= 30ch) { - &::before, - &::after { - content: ""; - aspect-ratio: 1; - background: var(--surface-3); - border-radius: var(--radius-round); - display: block; - top: -10px; - left: -4px; - width: 10px; - position: absolute; - } - - &::after { - top: auto; - bottom: -10px; - } - } } .mobile-sidenav {