]> source.dussan.org Git - gitea.git/commit
Better vertical align of buttons in headers (#13932)
authorsilverwind <me@silverwind.io>
Thu, 10 Dec 2020 20:39:09 +0000 (21:39 +0100)
committerGitHub <noreply@github.com>
Thu, 10 Dec 2020 20:39:09 +0000 (15:39 -0500)
commitd0043ffb7f5c5c739cc05959098b0cac86256bce
treea2b95083aa386b1c99a619ef179960125e2c4292
parent94415f75174cba77a9b1cc7745d660e654170af0
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>
web_src/less/_base.less