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 {
|
.welcome-banner {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#list-area {
|
#list-area {
|
||||||
.show-more.has-topics {
|
.show-more.has-topics {
|
||||||
|
|||||||
Reference in New Issue
Block a user