changeset 7607:a44211a99d28

style: fix width of anonymous icon used in changelog for users without gravatar - align it with gravatar icons
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 24 Mar 2019 03:40:34 +0100
parents 343c76c6f741
children 56233b874eba
files kallithea/front-end/style.less
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/front-end/style.less	Sun Mar 24 03:40:34 2019 +0100
+++ b/kallithea/front-end/style.less	Sun Mar 24 03:40:34 2019 +0100
@@ -856,6 +856,9 @@
         .hidden;
       }
     }
+    > .icon-user::before {
+      margin: 0;
+    }
   }
   .hash {
     .small;