forgejo/web_src/css
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
..
chroma
codemirror
editor Unify border-radius behavior (#26770) 2023-08-28 19:43:59 +00:00
features Unify border-radius behavior (#26770) 2023-08-28 19:43:59 +00:00
markup Unify border-radius behavior (#26770) 2023-08-28 19:43:59 +00:00
modules Improve modal dialog UI (#26764) 2023-08-28 23:49:21 +00:00
repo [GITEA] Use vertical tabs on issue filters 2023-08-29 09:55:21 +02:00
shared More improvements for the "flex list" and the dashboard list (#26675) 2023-08-23 04:23:30 +00:00
standalone
themes Replace box-shadow for floating dropdown as well (#26581) 2023-08-21 12:49:49 +02:00
actions.css
admin.css
base.css Unify border-radius behavior (#26770) 2023-08-28 19:43:59 +00:00
dashboard.css Unify border-radius behavior (#26770) 2023-08-28 19:43:59 +00:00
explore.css
font_i18n.css
form.css Unify border-radius behavior (#26770) 2023-08-28 19:43:59 +00:00
helpers.css Remove some transition related code (#26755) 2023-08-28 01:26:23 +00:00
home.css
index.css
install.css
org.css Remove incorrect CSS helper classes (#26712) 2023-08-25 06:47:59 +00:00
repo.css Unify border-radius behavior (#26770) 2023-08-28 19:43:59 +00:00
review.css Unify border-radius behavior (#26770) 2023-08-28 19:43:59 +00:00
user.css Unify border-radius behavior (#26770) 2023-08-28 19:43:59 +00:00