Skip to content

Instantly share code, notes, and snippets.

@sj26
Created September 27, 2021 00:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sj26/06d47b9c1fb29ce9702a6d6cb2f0d75d to your computer and use it in GitHub Desktop.
Save sj26/06d47b9c1fb29ce9702a6d6cb2f0d75d to your computer and use it in GitHub Desktop.
/* ==UserStyle==
@name trello-hide-workspace-nav
@description Hide new trello workspace nav when it is collapsed (press "[")
@match https://trello.com/*
==/UserStyle== */
[data-test-id="workspace-navigation-collapsed-container"] {
display: none !important;
}
#board.collapsed-workspace-nav {
padding-left: 0 !important;
}
.board-header.collapsed-workspace-nav {
padding-left: 8px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment