0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-03-16 13:52:27 +01:00
gitea/templates
silverwind 94512ee062
Fix Citation modal responsiveness and clipboard copy (#29799)
The modal was broken in two ways:

- On small screens, the input box was partially hanging outside the
modal. Fixed with flexbox and increased modal width.
- The clipboard copy was not working because the modal had both
`data-clipboard-text` and `data-clipboard-target`, while we only support
one of those. Made a small tweak in clipboard as well so that it will
still fall back to target if text is empty.
2024-03-15 02:38:13 +00:00
..
admin Unify search boxes (#29530) 2024-03-14 23:24:59 +00:00
api/packages/pypi
base Add <overflow-menu>, rename webcomponents (#29400) 2024-03-15 02:05:31 +00:00
custom
devtest Add <overflow-menu>, rename webcomponents (#29400) 2024-03-15 02:05:31 +00:00
explore Add <overflow-menu>, rename webcomponents (#29400) 2024-03-15 02:05:31 +00:00
mail
org Add <overflow-menu>, rename webcomponents (#29400) 2024-03-15 02:05:31 +00:00
package Add <overflow-menu>, rename webcomponents (#29400) 2024-03-15 02:05:31 +00:00
projects Unify search boxes (#29530) 2024-03-14 23:24:59 +00:00
repo Fix Citation modal responsiveness and clipboard copy (#29799) 2024-03-15 02:38:13 +00:00
shared Unify search boxes (#29530) 2024-03-14 23:24:59 +00:00
status
swagger Fix lint-swagger warning (#29787) 2024-03-14 04:59:52 +00:00
user Add <overflow-menu>, rename webcomponents (#29400) 2024-03-15 02:05:31 +00:00
webhook
home.tmpl
install.tmpl
post-install.tmpl