UX: Only hide welcome banner on mobile devices (#189)
This commit is contained in:
@@ -98,9 +98,11 @@ body:not(.has-full-page-chat, .wizard) {
|
||||
}
|
||||
}
|
||||
|
||||
@include viewport.until(sm) {
|
||||
.welcome-banner {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
#list-area {
|
||||
.show-more.has-topics {
|
||||
|
||||
Reference in New Issue
Block a user