From 7551141dbe7bc46be7f448fa65a72ec13f73400b Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 11 Aug 2016 23:12:06 -0700 Subject: Minor fix on top menu dropdown icon position --- public/css/gogs.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'public/css') diff --git a/public/css/gogs.css b/public/css/gogs.css index b40ed085..5dd9d6aa 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -104,6 +104,9 @@ code.wrap { .following.bar .avatar > .ui.image { margin-right: 0; } +.following.bar .avatar .octicon-triangle-down { + margin-top: 6.5px; +} .following.bar .searchbox { background-color: #f4f4f4 !important; } @@ -1543,6 +1546,13 @@ footer .ui.language .menu { margin: 0; vertical-align: middle; } +.repository.view.issue .comment-list .comment .content > .bottom.segment span.ui.image { + font-size: 8vw; + color: #000000; +} +.repository.view.issue .comment-list .comment .content > .bottom.segment span.ui.image:hover { + color: #000000; +} .repository.view.issue .comment-list .comment .ui.form .field:first-child { clear: none; } -- cgit v1.2.3