mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
print: Add Safari-inspired fixes.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#streamlist-toggle,
|
||||
#left-sidebar-container,
|
||||
#right-sidebar-container,
|
||||
.column-left,
|
||||
.top-messages-logo,
|
||||
#userlist-toggle,
|
||||
.message_length_controller,
|
||||
@@ -12,10 +13,17 @@
|
||||
#message_feed_errors_container,
|
||||
#bottom_whitespace,
|
||||
#mark_read_on_scroll_state_banner,
|
||||
.trailing_bookend,
|
||||
#compose {
|
||||
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. */
|
||||
#navbar-fixed-container,
|
||||
.message_list .message_header {
|
||||
|
||||
Reference in New Issue
Block a user