From a3ed1fbb003a6fe9a8059e1448124f03f6f98b28 Mon Sep 17 00:00:00 2001 From: Thomas Hackl <hackl@data-quest.de> Date: Mon, 17 Jan 2022 12:28:34 +0100 Subject: [PATCH] fine tuning contentbar, fixes #526 --- resources/assets/stylesheets/scss/contentbar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/stylesheets/scss/contentbar.scss b/resources/assets/stylesheets/scss/contentbar.scss index 574081e0f28..5ccab9da70c 100644 --- a/resources/assets/stylesheets/scss/contentbar.scss +++ b/resources/assets/stylesheets/scss/contentbar.scss @@ -65,7 +65,7 @@ .consuming_mode_trigger { margin-left: 0.5em; margin-right: 0.5em; - margin-top: -2px; + margin-top: -1px; @media (max-width: 767px) { display: none !important; -- GitLab