Skip to content

Commit

Permalink
Slim down the channel header
Browse files Browse the repository at this point in the history
  • Loading branch information
PlusInsta authored May 28, 2024
1 parent e1299b6 commit 91e27b7
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/tweaks/compact.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,29 @@
top: 0px;
left: 16px;
}

/* Chat button adjustments */
*/
.clickable_ce0925[aria-label="Notification Settings"]
, /* You can access this by right-clicking the channel in the sidebar anyway */
.clickable_ce0925[aria-label="Help"]
{ /* When was the last time someone genuinely meant to open that? */
display: none;
}

.searchBar__5a20a
{ /* Make the search bar a search "button" when not expanded to save on channel header space */
width: 24px;
padding: 0;
.DraftEditor-root
{
padding: 0px;
.public-DraftEditorPlaceholder-root
{
display: none !important;
}
}
}

@media (min-width: 320px)
{
Expand Down

0 comments on commit 91e27b7

Please sign in to comment.