Skip to content

Commit

Permalink
Fixed Small IconMorphs in NavBar get clipped
Browse files Browse the repository at this point in the history
  • Loading branch information
kevzlou7979 committed May 6, 2019
1 parent 21f1d19 commit 2aa149d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
position: relative;
cursor: pointer;
}
.anim-container .icons {
.anim-container .icons.material-icons {
transition: .3s;
-moz-transition: .3s;
-webkit-transition: .3s;
Expand All @@ -17,6 +17,7 @@
width: 1em;
position: absolute;
left: 0;
line-height: normal;
}
.anim-container .source {
transform: rotate(-135deg);
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2aa149d

Please sign in to comment.