Skip to content

Commit

Permalink
Change background style target for tab icons
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chemineau <louis@chmn.me>
  • Loading branch information
artonge committed Nov 29, 2021
1 parent d212420 commit 8f3b4cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/AppSidebar/AppSidebarTabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit 8f3b4cf

Please sign in to comment.