mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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", {
|
createWidget("header-icons", {
|
||||||
tagName: "ul.icons.d-header-icons.clearfix",
|
tagName: "ul.icons.d-header-icons",
|
||||||
|
|
||||||
buildAttributes() {
|
buildAttributes() {
|
||||||
return { role: "navigation" };
|
return { role: "navigation" };
|
||||||
|
@ -112,8 +112,8 @@
|
|||||||
transition: all linear 0.15s;
|
transition: all linear 0.15s;
|
||||||
outline: none;
|
outline: none;
|
||||||
img.avatar {
|
img.avatar {
|
||||||
width: 2.2857em;
|
width: 2.1333em;
|
||||||
height: 2.2857em;
|
height: 2.1333em;
|
||||||
}
|
}
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
|
Loading…
Reference in New Issue
Block a user