diff options
| author | Teddy Wing | 2019-05-01 14:30:17 +0200 |
|---|---|---|
| committer | Teddy Wing | 2019-05-01 14:30:17 +0200 |
| commit | 6f12d5feee09725cea71a741ddac4acad0ffbb24 (patch) | |
| tree | 7f8a0466c89c2505955fc1a31b6ce974e10efee3 | |
| parent | 1daa01861d55999e6afa9ba06071351deca2e0f9 (diff) | |
| download | muttagen-6f12d5feee09725cea71a741ddac4acad0ffbb24.tar.bz2 | |
Change `MESSAGE_PAGER` class
Use a class from a deeper element in the hierarchy. This way the action
buttons above messages aren't inverted.
| -rw-r--r-- | index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ type GmailCSSClass = string; const TOOLS_PANEL: GmailCSSClass = 'bAw'; const SIDEBAR: GmailCSSClass = 'aeN'; -const MESSAGE_PAGER: GmailCSSClass = 'nH'; +const MESSAGE_PAGER: GmailCSSClass = 'AO'; type GmailCSSDefinitions = { [selector in GmailCSSClass]: string }; |
