Skip to content

Commit

Permalink
Fix/move google chat status menu (#313)
Browse files Browse the repository at this point in the history
* fix google chat dropdown in compact header mode

* move the other way in rtl mode

* use new custom style classes

Co-authored-by: Tim Cheung <tim@cheung.io>

* remove hardcoded selector

* use gmail class for google chat status dropdown

Co-authored-by: Tim Cheung <tim@cheung.io>
  • Loading branch information
DinCahill and timche authored Feb 21, 2022
1 parent fb96622 commit 9b9f058
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/account-views/custom-styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,15 @@
top: 1px !important;
}

/* Header: Google Chat status dropdown menu */
:not([dir='rtl']).gmail-desktop_compact-header .tP {
transform: translateX(-100px);
}

[dir='rtl'].gmail-desktop_compact-header .tP {
transform: translateX(100px);
}

/* Header: Google One account ring */
.gmail-desktop_compact-header
header
Expand Down

0 comments on commit 9b9f058

Please sign in to comment.