forgejo/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 Fix mermaid chart size (#13863) 2020-12-06 11:05:22 +08:00
shared
standalone
themes Add pull request manually merge instruction (#13840) 2020-12-10 03:59:05 +01:00
_admin.less Font weight tweaks (#13854) 2020-12-05 19:00:36 +08:00
_base.less Better vertical align of buttons in headers (#13932) 2020-12-10 15:39:09 -05:00
_chroma.less Font weight tweaks (#13854) 2020-12-05 19:00:36 +08:00
_dashboard.less Style and template tweaks (#13828) 2020-12-04 12:18:37 +01:00
_editor.less Style and template tweaks (#13828) 2020-12-04 12:18:37 +01:00
_explore.less Repo avatar fixes (#13891) 2020-12-07 23:14:28 -05:00
_form.less
_home.less
_install.less
_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 Font weight tweaks (#13854) 2020-12-05 19:00:36 +08:00
helpers.less Add pull request manually merge instruction (#13840) 2020-12-10 03:59:05 +01:00
index.less
variables.less