mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-25 06:02:57 +08:00
This breaks up the large and unwieldy digest (AKA summary) email template into a handful of partials, in hopes that this enables users to more easily customize that particular send.
37 lines
No EOL
816 B
Text
Vendored
37 lines
No EOL
816 B
Text
Vendored
<style>
|
|
@media only screen {
|
|
html {
|
|
min-height: 100%;
|
|
background: #f3f3f3
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width:900px) {
|
|
table.body img {
|
|
width: auto;
|
|
height: auto
|
|
}
|
|
table.body center {
|
|
min-width: 0!important;
|
|
}
|
|
table.body .side-spacer {
|
|
width: 2.5%!important;
|
|
}
|
|
table.body .column,
|
|
table.body .columns {
|
|
height: auto!important;
|
|
-moz-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
padding-left: 16px!important;
|
|
padding-right: 16px!important
|
|
}
|
|
table.body .column .column,
|
|
table.body .column .columns,
|
|
table.body .columns .column,
|
|
table.body .columns .columns {
|
|
padding-left: 0!important;
|
|
padding-right: 0!important
|
|
}
|
|
}
|
|
</style> |