1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-28 10:55:43 +03:00
gitea/web_src/less
silverwind d0043ffb7f
Better vertical align of buttons in headers (#13932)
The previous method used `transform` which formed a CSS stacking context
which caused issues with dropdowns appearing behind other elements which
made `position: static` necessary but that again caused even more
issues.

This method achieves the same as before, but without the additional
stacking context.

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2020-12-10 15:39:09 -05:00
..
features
markdown
shared
standalone
themes Add pull request manually merge instruction (#13840) 2020-12-10 03:59:05 +01:00
_admin.less
_base.less Better vertical align of buttons in headers (#13932) 2020-12-10 15:39:09 -05:00
_chroma.less
_dashboard.less
_editor.less
_explore.less Repo avatar fixes (#13891) 2020-12-07 23:14:28 -05:00
_form.less
_home.less
_install.less Reindent Less to 2-space (#12602) 2020-08-25 22:48:53 +03:00
_markdown.less Markdown: Enable wrapping in code blocks and a color tweak (#13894) 2020-12-09 15:03:45 +01:00
_organization.less
_repository.less Repo avatar fixes (#13891) 2020-12-07 23:14:28 -05:00
_review.less
_svg.less
_tribute.less
_user.less
helpers.less Add pull request manually merge instruction (#13840) 2020-12-10 03:59:05 +01:00
index.less
variables.less