Skip to content

Commit

Permalink
Fixes #435: style added to make the avatar of same size (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
poonai authored and niranjan94 committed Oct 20, 2017
1 parent 8c08b37 commit 83fa2e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion public/stylesheets/style.css
Expand Up @@ -363,4 +363,8 @@ h1, h2, h3, h4, h5, h6 {
.custom-menu-content {
top: 20px;
}
}
}
.avatar {
width: 36px;
height: 36px;
}
2 changes: 1 addition & 1 deletion views/dashboard.jade
Expand Up @@ -32,7 +32,7 @@ block content
each organization in organizations
.media
.media-left
img.media-object(src="#{organization.avatar}&s=36")
img.media-object.avatar(src="#{organization.avatar}&s=36")
.media-body
h4.media-heading #{organization.name}
p
Expand Down

0 comments on commit 83fa2e1

Please sign in to comment.