public/{less,css}: fix overflow of brand logo hyperlink (#5189)

* Update gogs.css

* Update _base.less
pull/5196/head
rokuu 2018-04-21 21:41:24 +05:30 committed by 无闻
parent 54b9311344
commit 0e80e47592
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -73,6 +73,7 @@ pre, code {
}
.top.menu a.item.brand {
padding-left: 0;
padding-right: 0;
}
.brand .ui.mini.image {
width: 30px;
@ -437,4 +438,4 @@ footer {
vertical-align: middle;
margin-top: 0;
margin-bottom: 0;
}
}