We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 048b1fe commit 89d2f26Copy full SHA for 89d2f26
1 file changed
say/templates/fa/base.html
@@ -9,18 +9,11 @@
9
<style>
10
/* Gmail Fix */
11
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
20
21
- u+.body .gmail-blend-difference {
22
23
- mix-blend-mode: difference;
+ @media only screen and (max-width: 600px) {
+ *[class='gmail-fix'] {
+ display: none !important;
+ }
24
}
25
26
0 commit comments