From 8e5cef819dbd5cface2db1e0f9c65536f4ef6f11 Mon Sep 17 00:00:00 2001 From: Kris Date: Thu, 10 Apr 2025 13:19:52 -0400 Subject: [PATCH] UX: fix account activation layout (#123) fixes this too-wide layout issue ![image](https://github.com/user-attachments/assets/9b2c8a1a-e395-44b5-acdb-cb289f69dcfb) --- scss/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/main.scss b/scss/main.scss index 119336d..05b0a21 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -64,7 +64,7 @@ body:not(.has-full-page-chat) { width: 100%; padding-bottom: var(--spacing-block-l); max-width: unset; - > *:not(.experimental-screen) { + > *:not(.experimental-screen, .activate-account) { @include breakpoint(medium, $rule: min-width) { box-sizing: border-box; max-width: 1000px;