Browse Source

Fixes overflow of brand icon

pull/5181/head
rokuu 7 years ago committed by GitHub
parent
commit
28e4df6100
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      public/css/gogs.css

1
public/css/gogs.css

@ -83,6 +83,7 @@ code.wrap {
} }
.following.bar .top.menu a.item.brand { .following.bar .top.menu a.item.brand {
padding-left: 0; padding-left: 0;
padding-right: 0;
} }
.following.bar .brand .ui.mini.image { .following.bar .brand .ui.mini.image {
width: 30px; width: 30px;

Loading…
Cancel
Save