Skip to content

Commit

Permalink
fix google chat status in compact header mode (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
DinCahill authored Feb 12, 2022
1 parent d33a58b commit a56c2ae
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/main/account-views/custom-styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,39 @@
height: 26px !important;
}

/* Header: Google Chat status button */
.compactHeader
header
> div:nth-child(2)
> div:nth-child(2)
> div:last-of-type
div[role='button'] {
height: 28px !important;
bottom: 4px !important;
}

/* Header: Google Chat status text and icon */
.compactHeader
header
> div:nth-child(2)
> div:nth-child(2)
> div:last-of-type
> div[role='button']
> div:nth-child(1) {
bottom: 5px !important;
}

/* Header: Google Chat status dropdown arrow */
.compactHeader
header
> div:nth-child(2)
> div:nth-child(2)
> div:last-of-type
> div[role='button']
> svg:nth-child(2) {
top: 1px !important;
}

/* Labels */
.aEe,
.aEc.aHS-bnr .qj {
Expand Down

0 comments on commit a56c2ae

Please sign in to comment.