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
+4 -2
View File
@@ -98,8 +98,10 @@ body:not(.has-full-page-chat, .wizard) {
}
}
.welcome-banner {
display: none;
@include viewport.until(sm) {
.welcome-banner {
display: none;
}
}
#list-area {