Skip to content

Commit

Permalink
[#94] Compose and reminder buttons show up on print page
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Russell committed Dec 31, 2019
1 parent 24448f7 commit 6b88fe2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1370,3 +1370,12 @@ body.email-bundling-enabled.bundle-page .nH.ar4.B .yi {
.Zs .zA > .xY {
order: 1 !important;
}


/* Hide Compose and Reminder buttons from Gmail's Print view */
@media print {
.add-reminder,
.floating-compose {
display: none;
}
}

0 comments on commit 6b88fe2

Please sign in to comment.