Skip to content

Commit 06c8b22

Browse files
authored
Merge pull request #183 from kc9jud/bio-image-fix
sidebar: Let avatar height vary
2 parents a1706ad + 720256a commit 06c8b22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_sass/_sidebar.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@
7373
display: table-cell;
7474
vertical-align: top;
7575
width: 36px;
76-
height: 36px;
76+
// set width only, for non-square avatars
77+
// height: 36px;
7778

7879
@include breakpoint($large) {
7980
display: block;

0 commit comments

Comments
 (0)