diff options
author | rokuu <38368986+rokuu@users.noreply.github.com> | 2018-04-21 21:41:24 +0530 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2018-04-21 12:11:24 -0400 |
commit | 0e80e4759235a3460f92d1c8040cec5d1ce2d293 (patch) | |
tree | 7896e0f7561cce4e3d9f242ee80b42e1f989ffbe /public/less/_base.less | |
parent | 54b931134404a3bb07dc0c1ec3d497d692b90557 (diff) |
public/{less,css}: fix overflow of brand logo hyperlink (#5189)
* Update gogs.css
* Update _base.less
Diffstat (limited to 'public/less/_base.less')
-rw-r--r-- | public/less/_base.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/less/_base.less b/public/less/_base.less index b65b9f99..1f3b0c88 100644 --- a/public/less/_base.less +++ b/public/less/_base.less @@ -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; -}
\ No newline at end of file +} |