From 8f3b4cf44256430000817d20e722cbc695c51efb Mon Sep 17 00:00:00 2001 From: Louis Chemineau Date: Mon, 29 Nov 2021 11:23:15 +0100 Subject: [PATCH] Change background style target for tab icons Signed-off-by: Louis Chemineau --- src/components/AppSidebar/AppSidebarTabs.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/AppSidebar/AppSidebarTabs.vue b/src/components/AppSidebar/AppSidebarTabs.vue index c667e1e83e..a63055eaa3 100644 --- a/src/components/AppSidebar/AppSidebarTabs.vue +++ b/src/components/AppSidebar/AppSidebarTabs.vue @@ -345,13 +345,12 @@ export default { height: 25px; transition: opacity var(--animation-quick); opacity: $opacity_normal; - background-position: center 8px; - background-size: 16px; & > span { display: flex; align-items: center; justify-content: center; + background-size: 16px; } }