From 76bb7f920eefa7f2c3aa39ad257a01473d5dc23b Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Mon, 29 Mar 2021 16:39:24 +0200 Subject: [PATCH] Fixes #3473 - Macros are not displayed within the Mobile View - hides avatars for now (using bootstrap utility class .hidden-xs) - for a future mobile placement of the avatars in for example the sidebar, use .visible-xs to only show them on mobile) - reference: https://getbootstrap.com/docs/3.3/css/#responsive-utilities --- .../views/ticket_zoom/attribute_bar.jst.eco | 8 +++--- app/assets/stylesheets/zammad.scss | 27 +++++++++++-------- 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/app/assets/javascripts/app/views/ticket_zoom/attribute_bar.jst.eco b/app/assets/javascripts/app/views/ticket_zoom/attribute_bar.jst.eco index ed2bd9659..fba136a54 100644 --- a/app/assets/javascripts/app/views/ticket_zoom/attribute_bar.jst.eco +++ b/app/assets/javascripts/app/views/ticket_zoom/attribute_bar.jst.eco @@ -1,5 +1,5 @@ -
-
<%- @T('Discard your unsaved changes.') %>
+ +
<%- @T('Discard your unsaved changes.') %>