Addressing some print bug

This commit is contained in:
Jocelyn Badgley (Twipped)
2021-01-29 23:02:02 -08:00
parent b92746e19a
commit 0176495ef8
10 changed files with 5742 additions and 10 deletions

View File

@@ -99,6 +99,10 @@
background-position: center center;
background-size: contain;
background-repeat: no-repeat;
color-adjust: exact;
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
.tweet-protected {
@@ -145,6 +149,10 @@
margin-bottom: 0.75em;
background: rgba($gray-500, 0.1);
color-adjust: exact;
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
> a {
color: inherit;
display: block;
@@ -245,6 +253,9 @@
.tweet-photo {
background-size: cover;
background-position: center center;
color-adjust: exact;
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
.tweet-video {