From 96654c49c7a916e27b00bb9b799749f6bf3715fa Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Wed, 9 Aug 2023 11:15:58 -0500 Subject: [PATCH] print: Hide closing X on search bar. --- web/styles/print.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/styles/print.css b/web/styles/print.css index c945a539cd..92414e1bc2 100644 --- a/web/styles/print.css +++ b/web/styles/print.css @@ -44,6 +44,7 @@ /* Hide unnecessary controls, but leave them in the document flow. */ .search_icon, + #search_exit, .settings-dropdown-cog, .recipient_bar_controls { visibility: hidden;