diff options
author | Unknwon <u@gogs.io> | 2016-08-11 23:12:06 -0700 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-08-11 23:12:06 -0700 |
commit | 7551141dbe7bc46be7f448fa65a72ec13f73400b (patch) | |
tree | 02eab991b8176a8b40f16d5bd990ac29376fc5ff /public/css | |
parent | 5544a7037bf8f13faf1d376556c309eb66a4c5f7 (diff) | |
download | gitea-7551141dbe7bc46be7f448fa65a72ec13f73400b.tar.gz gitea-7551141dbe7bc46be7f448fa65a72ec13f73400b.zip |
Minor fix on top menu dropdown icon position
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/gogs.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index b40ed0855d..5dd9d6aaa7 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; } |