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; } }