mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 18:06:18 +08:00
Keep avatar image at native size for normal font-size, remove unneeded clearfix
This commit is contained in:
parent
a7628c1d74
commit
9f52306861
|
@ -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" };
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user