From ffa86a0c467165b2abe77bfc6208e031f9c9b3bd Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Fri, 20 Jun 2025 11:39:20 +0200 Subject: [PATCH] UX: hide welcome banner (#188) Until we move forward with the search-banner on mobile, the welcome-message feels out of place. Hiding it for now. --- scss/main.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scss/main.scss b/scss/main.scss index 919945a..9ff34f4 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -98,6 +98,10 @@ body:not(.has-full-page-chat, .wizard) { } } +.welcome-banner { + display: none; +} + #list-area { .show-more.has-topics { @include viewport.from(lg) {