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/less | |
parent | b752fe680811119954ccef051e6f3b3e2a04c2e8 (diff) |
css: fix UI breaks
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_base.less | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/public/less/_base.less b/public/less/_base.less index ce422bf0..b65b9f99 100644 --- a/public/less/_base.less +++ b/public/less/_base.less @@ -98,6 +98,9 @@ pre, code { .avatar > .ui.image { margin-right: 0; } + .avatar .octicon-triangle-down { + margin-top: 6.5px; + } .searchbox { background-color: rgb(244, 244, 244) !important; &:focus { @@ -425,3 +428,13 @@ footer { background: inherit !important; padding: 0 !important; } + +// Reset CSS to prevent UI breaks +.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; +}
\ No newline at end of file |