mirror of https://github.com/zulip/zulip.git
print: Add Safari-inspired fixes.
This commit is contained in:
parent
6193b5577d
commit
7012fd5b78
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue