Skip to content

Commit

Permalink
get back MailboxContainer.tsx patch, #383
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Apr 10, 2021
1 parent fb72d62 commit 964023a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "electron-mail",
"description": "Unofficial ProtonMail Desktop App",
"version": "4.12.0",
"version": "4.12.1",
"author": "Vladimir Yakovlev <desktop-app@protonmail.ch>",
"license": "MIT",
"homepage": "https://github.com/vladimiry/ElectronMail",
Expand Down
13 changes: 13 additions & 0 deletions patches/protonmail/proton-mail.patch
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,16 @@ index 13ba576..419e6be 100644
>
<Label htmlFor="login">{c('Label').t`Username or ProtonMail address`}</Label>
<div className="mb1">
diff --git a/src/app/containers/mailbox/MailboxContainer.tsx b/src/app/containers/mailbox/MailboxContainer.tsx
index 3f222f7..98e9cfe 100644
--- a/src/app/containers/mailbox/MailboxContainer.tsx
+++ b/src/app/containers/mailbox/MailboxContainer.tsx
@@ -200,7 +200,7 @@ const MailboxContainer = ({
);

return (
- <div ref={elementRef} tabIndex={-1} className="flex-item-fluid flex flex-column flex-nowrap no-outline">
+ <div ref={elementRef} tabIndex={-1} className="flex-item-fluid flex flex-column flex-nowrap no-outline electron-mail-mailbox-container-component">
{showToolbar && (
<Toolbar
labelID={labelID}

0 comments on commit 964023a

Please sign in to comment.