Created
July 23, 2019 23:40
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-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