UX: fix account activation layout (#123)

fixes this too-wide layout issue


![image](https://github.com/user-attachments/assets/9b2c8a1a-e395-44b5-acdb-cb289f69dcfb)
This commit is contained in:
Kris
2025-04-10 13:19:52 -04:00
committed by GitHub
parent 2653732bc3
commit 8e5cef819d
+1 -1
View File
@@ -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;