Skip to content

Commit

Permalink
UX: hide footer nav in full-page mobile chat routes
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot committed Sep 30, 2024
1 parent c8cc9a2 commit 4d4f8ad
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mobile/mobile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,11 @@
.topic-title-outlet.back {
display: none;
}

// hide footer nav on mobile chat routes to maximize chat space

body.has-full-page-chat {
.sidebar-wrapper {
display: none;
}
}

0 comments on commit 4d4f8ad

Please sign in to comment.