diff options
author | Unknwon <u@gogs.io> | 2017-11-19 16:56:41 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-11-19 16:56:41 -0500 |
commit | f4ab9f9932289489a79eb7e9e897a311b5cfbb37 (patch) | |
tree | 683327123c6f43d351ad1ac0aecc08499553d3a8 /public/css | |
parent | b752fe680811119954ccef051e6f3b3e2a04c2e8 (diff) |
css: fix UI breaks
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/gogs.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index a9c3249c..b064c1e7 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -108,6 +108,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; } @@ -439,6 +442,14 @@ footer .ui.language .menu { background: inherit !important; padding: 0 !important; } +.ui.dropdown .menu > .item > .image, +.ui.dropdown .menu > .item > img, +.ui.dropdown > .text > .image, +.ui.dropdown > .text > img { + vertical-align: middle; + margin-top: 0; + margin-bottom: 0; +} .markdown:not(code) { overflow: hidden; font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif; |