UX: Only hide welcome banner on mobile devices (#189)

This commit is contained in:
Martin Brennan
2025-06-23 20:02:35 +10:00
committed by GitHub
parent c6000c996f
commit abf22a6668
+2
View File
@@ -98,9 +98,11 @@ body:not(.has-full-page-chat, .wizard) {
} }
} }
@include viewport.until(sm) {
.welcome-banner { .welcome-banner {
display: none; display: none;
} }
}
#list-area { #list-area {
.show-more.has-topics { .show-more.has-topics {