From 216303af4609d3a6f9e6379fca19f540a5e0d0a3 Mon Sep 17 00:00:00 2001 From: awesomerobot Date: Thu, 26 Jun 2025 11:57:55 -0400 Subject: [PATCH] UX: full-width user directory --- scss/main.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scss/main.scss b/scss/main.scss index 130f022..5aca3b9 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -98,6 +98,13 @@ body:not(.has-full-page-chat, .wizard) { } } +body.users-page { + // very specific to overcome the above rules + #main #main-outlet-wrapper #main-outlet > section { + max-width: unset; + } +} + @include viewport.until(sm) { .welcome-banner { display: none;