Use larger avatar on application header

This commit is contained in:
Dmitriy Zaporozhets
2015-01-27 09:48:42 -08:00
parent 7e6fa0afd6
commit 6182f1cabf
+4 -3
View File
@@ -138,9 +138,10 @@ header {
top: -1px;
padding-right: 0px !important;
img {
width: 26px;
height: 26px;
@include border-radius($avatar_radius);
width: 50px;
height: 50px;
margin: -15px;
margin-left: 5px;
}
}