1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-21 23:24:29 +00:00
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
..
2023-09-08 11:03:01 -05:00
2023-09-03 02:58:52 +00:00
2023-06-27 02:45:24 +00:00
2023-08-31 11:21:18 +02:00
2024-03-14 23:24:59 +00:00
2024-03-08 22:02:05 +01:00
2024-02-25 17:46:46 +01:00
2024-02-23 01:24:57 +01:00
2023-08-28 19:43:59 +00:00