From fc7707ad3e15740c1ea16bf01eca62d29b36bd3b Mon Sep 17 00:00:00 2001 From: Eva Date: Tue, 5 Apr 2022 10:35:26 +0200 Subject: [PATCH] :bug: Fix sidebar icon in viewer mode --- CHANGES.md | 1 + frontend/resources/styles/main/partials/sidebar.scss | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 7d73bf5687..3f22377ea1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -44,6 +44,7 @@ ### :bug: Bugs fixed +- Fix sidebar icon in viewer mode [Taiga #3184](https://tree.taiga.io/project/penpot/issue/3184) - Fix send to back several shapes at a time [Taiga #3077](https://tree.taiga.io/project/penpot/issue/3077) - Fix duplicate multi selected elements [Taiga #3155](https://tree.taiga.io/project/penpot/issue/3155) - Fix add fills to artboard modify children [Taiga #3151](https://tree.taiga.io/project/penpot/issue/3151) diff --git a/frontend/resources/styles/main/partials/sidebar.scss b/frontend/resources/styles/main/partials/sidebar.scss index 084de50e91..452ee52207 100644 --- a/frontend/resources/styles/main/partials/sidebar.scss +++ b/frontend/resources/styles/main/partials/sidebar.scss @@ -82,7 +82,10 @@ } .tool-window-bar-icon { - height: 15px; + height: 21px; + display: flex; + align-items: center; + justify-content: center; svg { width: 15px;