Skip to content

Commit

Permalink
link home icon size to toolbar height
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Dec 23, 2020
1 parent e0c1dd6 commit 7aabf63
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/css/toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,10 @@
}

.home-link {
background: url(../img/home-o.svg) no-repeat 50% 45%;
background-size: 50%;
display: block;
height: 2.5rem;
padding: 0;
width: 2.5rem;
background: url(../img/home-o.svg) no-repeat 50% 45% / 50% 50%;
height: var(--toolbar-height);
width: var(--toolbar-height);
}

.home-link:hover,
Expand Down

0 comments on commit 7aabf63

Please sign in to comment.