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,
|
#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 {
|
||||||
|
|
Loading…
Reference in New Issue