Keep avatar image at native size for normal font-size, remove unneeded clearfix

This commit is contained in:
Kris 2019-01-17 21:47:26 -05:00
parent a7628c1d74
commit 9f52306861
2 changed files with 3 additions and 3 deletions

View File

@ -162,7 +162,7 @@ createWidget(
);
createWidget("header-icons", {
tagName: "ul.icons.d-header-icons.clearfix",
tagName: "ul.icons.d-header-icons",
buildAttributes() {
return { role: "navigation" };

View File

@ -112,8 +112,8 @@
transition: all linear 0.15s;
outline: none;
img.avatar {
width: 2.2857em;
height: 2.2857em;
width: 2.1333em;
height: 2.1333em;
}
&:hover,
&:focus {