1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-18 09:15:49 +00:00
gitea/web_src
Mike L 4172b1955f
Fix dashboard UI bugs and more (#14767)
This PR fixes a few UI bugs I spontaneously encountered:

- Fixes emojis in repo titles getting head-cut and tail-cut in dashboard feed due to introduction of 1.25 em emojis at 1 em line-height, by simply using the original 1 3/7 em value of `semantic.css`
- Fixes regression (too long repo names should be capped to 70%) in #13828 due to flex children not respecting properties like `overflow: hidden;`, and removes a block of dead style code
- Follow-up to #14761, removes extraneous code for top navbar and correct right margin for Font Awesome
- Fixes color emphasis inversion in arc-green theme for top right buttons (edit, delete) on commit view boxes
2021-02-25 13:35:43 +01:00
..
fomantic Improve basic button and label styles (#14119) 2020-12-27 18:53:53 +08:00
js Add EasyMDE support for release content editor (#14744) 2021-02-22 21:17:51 +01:00
less Fix dashboard UI bugs and more (#14767) 2021-02-25 13:35:43 +01:00
svg use gogs.ico to create a better svg for migration page (#14795) 2021-02-25 14:13:44 +08:00