mirror of
https://github.com/gogs/gogs.git
synced 2025-05-30 11:13:27 +00:00
public/{less,css}: fix overflow of brand logo hyperlink (#5189)
* Update gogs.css * Update _base.less
This commit is contained in:
parent
54b9311344
commit
0e80e47592
@ -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;
|
||||||
|
@ -73,6 +73,7 @@ pre, code {
|
|||||||
}
|
}
|
||||||
.top.menu a.item.brand {
|
.top.menu a.item.brand {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
.brand .ui.mini.image {
|
.brand .ui.mini.image {
|
||||||
width: 30px;
|
width: 30px;
|
||||||
@ -437,4 +438,4 @@ footer {
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user