diff options
Diffstat (limited to 'public/ng/css')
-rw-r--r-- | public/ng/css/gogs.css | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index b6d7a4dd..42ad37ad 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -1088,6 +1088,9 @@ The register and sign-in page style } #repo-sidebar-mini li > a { position: relative; + padding-left: 12px; + width: 24px; + text-align: center; } #repo-sidebar-mini li > a > i.octicon { font-size: 21px; @@ -1096,16 +1099,15 @@ The register and sign-in page style position: absolute; font-size: 12px; top: 0; - left: 40px; - width: 20px; - height: 20px; - padding-left: 0; - padding-right: 0; + left: 36px; + padding: 0 2px; + min-width: 16px; + height: 16px; text-align: center; - line-height: 20px; + line-height: 16px; border-radius: 4px; opacity: 0.7; - -webkit-transform: scale(0.85); + -webkit-transform: scale(0.9); font-weight: bold; } #repo-file-nav { |