all repos — website @ b7ef1e70ddab0fe4a6c4cdea3d05a48423206acf

Unnamed repository; edit this file 'description' to name the repository.

style(layout): dont transition layout .content
vi did:web:vt3e.cat
Tue, 12 May 2026 06:18:47 +0100
commit

b7ef1e70ddab0fe4a6c4cdea3d05a48423206acf

parent

08e858e5631af354c89434631322ef6ef0967c69

1 files changed, 4 insertions(+), 1 deletions(-)

jump to
M src/layouts/Layout.astrosrc/layouts/Layout.astro

@@ -78,6 +78,9 @@ margin: 90dvh var(--margin) 0 var(--margin);

border-radius: 2rem 2rem 0 0; overflow: hidden; + /* TODO)) maybe we can smoothly transition this */ + transition: none; + &.wide { max-width: 120ch; }

@@ -85,7 +88,7 @@ }

@media (max-width: 60ch) { .content { - --margin: 0;; + --margin: 0; } }