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.
This commit is contained in:
chapoi
2025-06-20 11:39:20 +02:00
committed by GitHub
parent bb512645d1
commit ffa86a0c46
+4
View File
@@ -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) {