Changeset - a44211a99d28
[Not reviewed]
default
0 1 0
Mads Kiilerich - 7 years ago 2019-03-24 03:40:34
mads@kiilerich.com
style: fix width of anonymous icon used in changelog for users without gravatar - align it with gravatar icons
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/front-end/style.less
Show inline comments
 
@@ -853,12 +853,15 @@ div.comment-prev-next-links div.next-com
 
      width: 20px;
 
      /* keep gravatar but hide name on tiny screens to give important columns more room */
 
      span {
 
        .hidden;
 
      }
 
    }
 
    > .icon-user::before {
 
      margin: 0;
 
    }
 
  }
 
  .hash {
 
    .small;
 
    width: 110px;
 
    @media (max-width: @screen-xs-max) {
 
      width: 48px;
0 comments (0 inline, 0 general)