UX: Only hide welcome banner on mobile devices (#189)
This commit is contained in:
+4
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user