# HG changeset patch # User Mads Kiilerich # Date 2019-03-24 03:40:34 # Node ID a44211a99d28be2fb7f1fac42ff51573343d2eba # Parent 343c76c6f741ae1ecd1dae3f2e97a66aff38576c style: fix width of anonymous icon used in changelog for users without gravatar - align it with gravatar icons diff --git a/kallithea/front-end/style.less b/kallithea/front-end/style.less --- a/kallithea/front-end/style.less +++ b/kallithea/front-end/style.less @@ -856,6 +856,9 @@ div.comment-prev-next-links div.next-com .hidden; } } + > .icon-user::before { + margin: 0; + } } .hash { .small;