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 {