Skip to content

Instantly share code, notes, and snippets.

@zakes-it
Created July 23, 2019 23:40
Show Gist options
  • Save zakes-it/533b9b539c119102b42f79e88ce51dbd to your computer and use it in GitHub Desktop.
Save zakes-it/533b9b539c119102b42f79e88ce51dbd to your computer and use it in GitHub Desktop.
Custom Firefox css to hide channel sidebar and message entry to maximize message space on kiosk/monitoring displays
@-moz-document domain(app.slack.com) {
.p-workspace__sidebar { display: none !important; }
.p-workspace__primary_view { grid-column-start: p-workspace__sidebar !important; }
.p-workspace__primary_view_footer { display: none !important; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment