You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/css
yp05327 918d0f033d
Fix the display of orgs listed in user profile (#26424)
Before:

![image](https://github.com/go-gitea/gitea/assets/18380374/55759aad-cbf7-4d91-8559-b7781d184911)
After:

![image](https://github.com/go-gitea/gitea/assets/18380374/9de5136b-d0a0-4756-9426-125fd4b603d3)

In #26214, we changed each row's display into `flex` which caused this
problem.

![image](https://github.com/go-gitea/gitea/assets/18380374/66546e7e-a224-45e7-9008-224f0f2952c6)

![image](https://github.com/go-gitea/gitea/assets/18380374/e5190f88-e561-4361-894a-86c5fe88837e)
In old version:

![image](https://github.com/go-gitea/gitea/assets/18380374/36e58e98-7d75-4a63-844a-2beee460997a)

Maybe we can add paddings here?

![image](https://github.com/go-gitea/gitea/assets/18380374/dc61acd2-8995-46d4-b606-eb10c77dd877)
In old version;

![image](https://github.com/go-gitea/gitea/assets/18380374/478acba7-0bbc-4852-b208-3ae43fcea976)
2 years ago
..
chroma Change `--font-weight-bold` to `--font-weight-semibold` and 600 value, introduce new font weight variables (#24827) 2 years ago
codemirror Remove EasyMDE focus outline on text (#25328) 2 years ago
editor Several fixes for mobile UI (#25634) 2 years ago
features Improve commit graph alignment and truncating (#26112) 2 years ago
markup Render plaintext task list items for markdown files (#26186) 2 years ago
modules Reduce margins on user settings page, introduce `flex-container` (#26046) 2 years ago
repo Introduce `flex-list` & `flex-item` elements for Gitea UI (#25790) 2 years ago
shared Introduce `flex-list` & `flex-item` elements for Gitea UI (#25790) 2 years ago
standalone Add toasts to UI (#25449) 2 years ago
themes Add custom ansi colors and CSS variables for them (#25546) 2 years ago
actions.css Introduce `flex-list` & `flex-item` elements for Gitea UI (#25790) 2 years ago
admin.css Reduce margins on user settings page, introduce `flex-container` (#26046) 2 years ago
base.css Fix text truncate (#26354) 2 years ago
dashboard.css Introduce `flex-list` & `flex-item` elements for Gitea UI (#25790) 2 years ago
explore.css Introduce `flex-list` & `flex-item` elements for Gitea UI (#25790) 2 years ago
font_i18n.css Fix `@font-face` overrides (#24855) 2 years ago
form.css Fix mobile navbar and misc cleanups (#25134) 2 years ago
helpers.css Fix the truncate and alignment problem for some admin tables (#26042) 2 years ago
home.css avoid hard-coding height in language dropdown menu (#25986) 2 years ago
index.css Introduce `flex-list` & `flex-item` elements for Gitea UI (#25790) 2 years ago
install.css Make "install page" respect environment config (#25648) 2 years ago
org.css Introduce `flex-list` & `flex-item` elements for Gitea UI (#25790) 2 years ago
repo.css Merge `templates/projects/list.tmpl` and `templates/repo/projects/list.tmpl` together (#26265) 2 years ago
review.css Make `add line comment` buttons focusable (#25894) 2 years ago
user.css Fix the display of orgs listed in user profile (#26424) 2 years ago