Skip to content

Commit

Permalink
issue #514 - Display avatar on small device
Browse files Browse the repository at this point in the history
  • Loading branch information
magsout committed Dec 29, 2014
1 parent ac673a3 commit 4d63516
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions webcompat/static/css/development/components/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@
.wc-Navbar-link-icon {
font-size:1.2em;
}

@media (--viewport-330px) {
.wc-Navbar-link {
font-size: .8em;
}
}
/* avatar */
.wc-Navbar-avatar {
height: 20px;
Expand All @@ -63,8 +57,3 @@
vertical-align: middle;
margin-left: .3em;
}
@media (--viewport-330px) {
.wc-Navbar-avatar {
display: none;
}
}

0 comments on commit 4d63516

Please sign in to comment.