Skip to content

Commit

Permalink
UX: hide component on mobile chat pages (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
chapoi authored Oct 7, 2024
1 parent 881e98c commit 18962bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mobile/mobile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,9 @@
}
}
}

.b-header {
.has-full-page-chat & {
display: none;
}
}

0 comments on commit 18962bb

Please sign in to comment.