0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-07 22:28:34 -05:00
forgejo/routers
Oto Šťáva c0777279fe
Fix wiki search overflowing on wide screens (#6047)
Confine the search menu to be at most the width of the page, or 80% of
the viewport width, whichever is smaller. To do this, introduce a new
`--container-width` variable for the descendant elements of
`.ui.container` to be able to access.

Also update the relevant e2e test: add a long 'lorem ipsum' page, add a
search for it, parameterize the width.
2024-11-25 09:50:13 +01:00
..
api fix: Preview picture not visible on Markdown file (#5781) 2024-11-23 15:00:18 +00:00
common fix: Preview picture not visible on Markdown file (#5781) 2024-11-23 15:00:18 +00:00
install
private [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
utils
web Fix wiki search overflowing on wide screens (#6047) 2024-11-25 09:50:13 +01:00
init.go