0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-01 19:29:45 -05:00
forgejo/tests
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
..
e2e Fix wiki search overflowing on wide screens (#6047) 2024-11-25 09:50:13 +01:00
fuzz
gitea-lfs-meta
gitea-repositories-meta Fix wiki search overflowing on wide screens (#6047) 2024-11-25 09:50:13 +01:00
integration Fix wiki search overflowing on wide screens (#6047) 2024-11-25 09:50:13 +01:00
testdata/data Add artifacts test fixture (#30300) 2024-11-05 09:33:15 +01:00
mysql.ini.tmpl chore: improve slow tests 2024-11-14 12:41:11 +01:00
pgsql.ini.tmpl chore: improve slow tests 2024-11-14 12:41:11 +01:00
sqlite.ini.tmpl test: use memory for integration and journal for migration 2024-11-14 15:38:06 +01:00
test_utils.go chore: fix e2e 2024-11-15 14:02:16 +01:00