Skip to content

Commit

Permalink
feat(CondenseInterface): hide obtrusive 'Tasks' split button
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpatiiuk committed Dec 16, 2023
1 parent 20082fd commit cda68eb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/src/css/condense-interface.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,18 @@
/* "Search for people" input box */
.ZtL5hd,
/* "Google Apps" button */
#gbwa
),
#gbwa),
/* "Calendar" heading */
body.condense-interface header [role="heading"],
body.condense-interface[data-viewfamily='EVENT'] .h8Aqhb {
body.condense-interface[data-viewfamily='EVENT'] .h8Aqhb,
/* Hide obtrucive "Tasks" split button */
div.wc0xVe {
@apply hidden;
}

/* Remove padding right where "Google Apps" button was */
body.condense-interface div[data-ogsr-up] {
@apply !p-0
@apply !p-0;
}

/* Free up space in the header */
Expand Down

0 comments on commit cda68eb

Please sign in to comment.