Compare commits

...

1 Commits

Author SHA1 Message Date
awesomerobot 216303af46 UX: full-width user directory 2025-06-26 11:57:55 -04:00
+7
View File
@@ -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;