1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 09:25:48 +00:00
gitea/web_src
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
..
fomantic CSS color variables, less bold font weight and more (#13567) 2020-11-15 15:58:16 -05:00
js Remove JS globals related to timetracking and due date (#13921) 2020-12-10 17:19:18 +01:00
less Better vertical align of buttons in headers (#13932) 2020-12-10 15:39:09 -05:00
svg Replace more icons with SVG, repo search tweaks (#13860) 2020-12-09 14:03:19 -05:00