gitea/web_src/css/repo
silverwind 99d7ef5091
Prevent layout shift in <overflow-menu> items (#29831)
There is a small layout shift in when active tab changes. Notice how the
actions SVG is unstable:


![](https://github.com/go-gitea/gitea/assets/115237/a6928e89-5d47-4a91-8f36-1fa22fddbce7)

This is because the active item with bold text is wider then the
inactive one. I have applied [this
trick](https://stackoverflow.com/a/32570813/808699) to prevent this
layout shift. It's only active inside `<overflow-menu>` because I wanted
to avoid changing HTML and doing it in regular JS would cause a flicker.
I don't expect us to introduce other similar menus without
`<overflow-menu>`, so that place is likely fine.


![after](https://github.com/go-gitea/gitea/assets/115237/d6089924-8de6-4ee0-8db4-15f16069a131)

I also changed the weight from 500 to 600, slightly reduced horizontal
padding, merged some tab-bar related CSS rules and a added a small
margin below repo-header so it does not look so crammed against the
buttons on top.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2024-03-20 17:00:35 +00:00
..
header.css Prevent layout shift in <overflow-menu> items (#29831) 2024-03-20 17:00:35 +00:00
issue-card.css Decrease issue font size in project template (#28054) 2023-11-19 02:02:26 +00:00
issue-label.css Hide archived labels by default from the suggestions when assigning labels for an issue (#27451) 2023-10-17 16:10:45 +02:00
issue-list.css Fix wrapping of label list (#28684) 2024-01-03 20:33:55 +08:00
linebutton.css Add <overflow-menu>, rename webcomponents (#29400) 2024-03-15 02:05:31 +00:00
list-header.css Fix UI on mobile view (#25315) 2023-06-18 10:31:42 +00:00
release-tag.css Remove a gt-float-right and some unnecessary helpers (#27110) 2023-09-18 12:25:36 +08:00
wiki.css Refactor clone-panel styles (#29861) 2024-03-17 12:40:42 +00:00