print: Add Safari-inspired fixes.

This commit is contained in:
Karl Stolley 2023-08-03 15:26:10 -05:00 committed by Tim Abbott
parent 6193b5577d
commit 7012fd5b78
1 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#streamlist-toggle, #streamlist-toggle,
#left-sidebar-container, #left-sidebar-container,
#right-sidebar-container, #right-sidebar-container,
.column-left,
.top-messages-logo, .top-messages-logo,
#userlist-toggle, #userlist-toggle,
.message_length_controller, .message_length_controller,
@ -12,10 +13,17 @@
#message_feed_errors_container, #message_feed_errors_container,
#bottom_whitespace, #bottom_whitespace,
#mark_read_on_scroll_state_banner, #mark_read_on_scroll_state_banner,
.trailing_bookend,
#compose { #compose {
display: none; display: none;
} }
/* Allow printer to set the margins, and
prevent Safari from using screen-based ones. */
.column-middle {
margin: 0;
}
/* Prevent headers from running on every page. */ /* Prevent headers from running on every page. */
#navbar-fixed-container, #navbar-fixed-container,
.message_list .message_header { .message_list .message_header {