Julian Lam 9 years ago
parent aebaf8f589
commit 7220ed2010

@ -48,7 +48,7 @@
"nodebb-plugin-spam-be-gone": "0.4.5",
"nodebb-rewards-essentials": "0.0.6",
"nodebb-theme-lavender": "3.0.2",
"nodebb-theme-persona": "4.0.39",
"nodebb-theme-persona": "4.0.40",
"nodebb-theme-vanilla": "5.0.15",
"nodebb-widget-essentials": "2.0.5",
"nodemailer": "0.7.1",

@ -65,4 +65,14 @@
height: 24px;
.user-icon-style(24px, 1.5rem);
}
&.avatar-lg {
width: 128px;
height: 128px;
.user-icon-style(128px, 7.5rem);
}
&.avatar-rounded {
border-radius: 50%;
}
}
Loading…
Cancel
Save