You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/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>
4 years ago
..
fomantic CSS color variables, less bold font weight and more (#13567) 4 years ago
js Remove JS globals related to timetracking and due date (#13921) 4 years ago
less Better vertical align of buttons in headers (#13932) 4 years ago
svg Replace more icons with SVG, repo search tweaks (#13860) 4 years ago