Skip to content

Commit

Permalink
update versafix-template to 1.3.5 (workaround for samsung email app)
Browse files Browse the repository at this point in the history
  • Loading branch information
bago committed Jul 4, 2023
1 parent 2ac43d0 commit b967fed
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions templates/versafix-1/template-versafix-1.html
Expand Up @@ -191,7 +191,7 @@
frameTheme:preview { -ko-background-color: @[backgroundColor] }
template preheaderText { label: Preheader; }

template { label: Page; theme: frameTheme; properties: preheaderVisible=true; version: 1.3.4; }
template { label: Page; theme: frameTheme; properties: preheaderVisible=true; version: 1.3.5; }

footerBlock { label: Unsubscribe Block; theme: frameTheme }

Expand Down Expand Up @@ -383,7 +383,11 @@
max-width: none !important;
}
}
/* previously used also screen and (max-device-width: 600px) but Yahoo Mail doesn't support multiple queries */

/* samsung email workaround */
@media screen and (max-width: 384px) {
.mail-message-content { width: 414px !important; }
}
</style>
<style type="text/css" data-inline="true">
[data-ko-block=tripleArticleBlock] .links-color a,
Expand Down

0 comments on commit b967fed

Please sign in to comment.