Skip to content

Commit 89d2f26

Browse files
committed
gmail auto-size fix
1 parent 048b1fe commit 89d2f26

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

say/templates/fa/base.html

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,11 @@
99
<style>
1010
/* Gmail Fix */
1111

12-
*[class="gmail-fix"] {
13-
display: none !important
14-
}
15-
16-
u+.body .gmail-blend-screen {
17-
background: #000;
18-
mix-blend-mode: screen;
19-
}
2012

21-
u+.body .gmail-blend-difference {
22-
background: #000;
23-
mix-blend-mode: difference;
13+
@media only screen and (max-width: 600px) {
14+
*[class='gmail-fix'] {
15+
display: none !important;
16+
}
2417
}
2518

2619
/* Gmail Fix */

0 commit comments

Comments
 (0)