forgejo/web_src/css/repo
Gusted 0749d00b16
[GITEA] Use vertical tabs on issue filters
- This is actually https://github.com/go-gitea/gitea/pull/19978 &
https://github.com/go-gitea/gitea/pull/19486 but was removed in one of
the UI refactors of v1.20
- This is a very technical fix and is best explained in the CSS
comments. But the short version: When there's an overflow being set, but
you want an element to 'break out' of that overflow with `position:
absolute`, it sometimes doesn't work! You need to set some CSS to let
the browser know that the element needs to use an element outside of
that overflow as 'clip parent'.
- Resolves my internal frustration with the mobile UI constantly getting broken.

(cherry picked from commit 879f842bed)
(cherry picked from commit 6099c9b41b)
2023-08-29 09:55:21 +02:00
..
issue-card.css Refactor project templates (#26448) 2023-08-12 10:30:28 +00:00
issue-label.css
issue-list.css [GITEA] Use vertical tabs on issue filters 2023-08-29 09:55:21 +02:00
linebutton.css Fix mobile navbar and misc cleanups (#25134) 2023-06-09 09:10:51 +00:00
list-header.css Fix UI on mobile view (#25315) 2023-06-18 10:31:42 +00:00
release-tag.css Unify border-radius behavior (#26770) 2023-08-28 19:43:59 +00:00
wiki.css Fix UI for release tag page / wiki page / subscription page (#25948) 2023-07-25 17:53:16 +00:00