summaryrefslogtreecommitdiffstats
path: root/public/ng/less/gogs/base.less
diff options
context:
space:
mode:
Diffstat (limited to 'public/ng/less/gogs/base.less')
-rw-r--r--public/ng/less/gogs/base.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/ng/less/gogs/base.less b/public/ng/less/gogs/base.less
index a3a7c2ffe5..49389b06ae 100644
--- a/public/ng/less/gogs/base.less
+++ b/public/ng/less/gogs/base.less
@@ -110,7 +110,7 @@ clear: both;
}
#header {
background-color: @headerBgColor;
- height: 44px;
+ height: 45px;
> .menu-line {
> li > a {
display: inline-block;
@@ -136,7 +136,7 @@ clear: both;
#header-nav-user {
height: 44px;
img {
- margin: -4px 10px 0 0;
+ margin: -2px 10px 0 0;
border-radius: 3px;
}
}
@@ -144,7 +144,7 @@ clear: both;
color: @headerSignOutColor !important;
}
#header-nav-logo {
- padding: 6px 1.2em;
+ padding: 6px 1.2em 6px 0;
}
#header-nav-explore,
#header-nav-help {