Skip to content

Commit

Permalink
fix hide support with google chat enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
timche committed Feb 12, 2022
1 parent 5929598 commit 1ff1ff0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/account-views/custom-styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
/* Header: Support */
.compactHeader header > div:nth-child(2) > div:nth-child(2) > div:last-of-type > a:first-of-type,
.compactHeader header > div:nth-child(2) > div:nth-child(2) > div:last-of-type > div:first-of-type > a,
/* Header: Support (with Google Chat enabled) */
.compactHeader header > div:nth-child(2) > div:nth-child(2) > div:last-of-type > div:nth-child(2),
/* Header: Google apps */
.compactHeader header > div:nth-child(2) > div:nth-child(3) > div:first-of-type > div:first-of-type > div:first-of-type,
/* Header: Google logo/Google Workspace */
Expand Down

0 comments on commit 1ff1ff0

Please sign in to comment.