Skip to content

Commit

Permalink
fix hide support setting
Browse files Browse the repository at this point in the history
  • Loading branch information
timche committed Feb 13, 2022
1 parent aac0e53 commit f6d8de0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/account-views/custom-styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
.gmail-desktop_compact-header header > div:first-of-type > div:first-of-type > div:first-of-type > div:first-of-type,
.gmail-desktop_compact-header header > div:nth-child(2) > div:first-of-type > div:nth-child(4),
/* Header: Support */
.gmail-desktop_compact-header header > div:nth-child(2) > div:nth-child(2) > div:last-of-type > a:first-of-type,
.gmail-desktop_compact-header header > div:nth-child(2) > div:nth-child(2) > div:last-of-type > div:first-of-type > a,
.gmail-desktop_compact-header.gmail-desktop_hide-support header > div:nth-child(2) > div:nth-child(2) > div:last-of-type > a:first-of-type,
.gmail-desktop_compact-header.gmail-desktop_hide-support header > div:nth-child(2) > div:nth-child(2) > div:last-of-type > div:first-of-type > a,
/* Header: Support (with Google Chat enabled) */
.gmail-desktop_compact-header header > div:nth-child(2) > div:nth-child(2) > div:last-of-type > div:nth-child(2),
.gmail-desktop_compact-header.gmail-desktop_hide-support header > div:nth-child(2) > div:nth-child(2) > div:last-of-type > div:nth-child(2),
/* Header: Google apps */
.gmail-desktop_compact-header 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 f6d8de0

Please sign in to comment.