Commit 17a532a7 authored by Clement Ho's avatar Clement Ho

[skip ci] Update avatar size to 32x32

parent ee73ddad
......@@ -372,7 +372,7 @@ import Vue from 'vue';
`<li><a href='#' class='${selected === true ? 'is-active' : ''}'>${user.name}</a></li>`;
} else {
if (avatar) {
img = "<img src='" + avatar + "' class='avatar avatar-inline' width='30' />";
img = "<img src='" + avatar + "' class='avatar avatar-inline' width='32' />";
}
}
......
......@@ -289,8 +289,8 @@
.dropdown-menu-user {
.avatar {
float: left;
width: 30px;
height: 30px;
width: 2 * $gl-padding;
height: 2 * $gl-padding;
margin: 0 10px 0 0;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment