-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix mobile email rendering, drop all paddings on vertical screens (#20)
The style-tag was scrapping the styles block, which was misleading. Template blocks should probably wrap DOM not CSS, especially with the naming. I also used a zero-width space, or zero byte char, instead of the space, to enable paddings on Outlook. The vertical padding is gone, on vertical phones, since most email clients implement their padding. We cannot drop the padding completely thanks to Mail on iOS, but we increased it to match iOS and look more deliberate in Gmail.
- Loading branch information
Showing
2 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters