1
1
mirror of https://github.com/go-gitea/gitea synced 2024-07-04 17:15:49 +00:00
gitea/templates/user
Hester Gong f1a4330306
Modify width of ui container, fine tune css for settings pages and org header (#24315)
Close #24302 
Part of #24229, Follows #24246
This PR focused on CSS style fine-tune, main changes:

1. Give `.ui.ui.ui.container` a width of `1280px` with a max-width of
`calc(100vw - 64px)`, so the main contents looks better on large
devices.

2. Share styles for table elements in all levels settings pages to fix
overflow of runners table on mobile and for consistency (The headers on
mobile can be further improved, but haven't found a proper way yet).

3. Use [stackable
grid](https://fomantic-ui.com/collections/grid.html#stackable) and
[device column width](https://fomantic-ui.com/examples/responsive.html)
for responsiveness for some pages (repo/org collaborators settings
pages, org teams related page)

4. Fixed #24302 by sharing label related CSS in reporg.css

5. Fine tune repo tags settings page

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2023-04-26 11:59:08 -04:00
..
auth Remove incorrect HTML self close tag (#23748) 2023-03-27 18:05:51 +02:00
dashboard Automatically select the org when click create repo from org dashboard (#24325) 2023-04-25 22:25:29 -04:00
notification Merge template functions "dict/Dict/mergeinto" (#23932) 2023-04-07 09:39:08 -05:00
overview Add missing badges in user profile for /projects and /packages (#24232) 2023-04-22 21:32:40 -04:00
settings Modify width of ui container, fine tune css for settings pages and org header (#24315) 2023-04-26 11:59:08 -04:00
code.tmpl Add main landmark to templates and adjust titles (#22670) 2023-02-01 22:56:10 +00:00
heatmap.tmpl Localize activity heatmap (except tooltip) (#24131) 2023-04-17 14:26:01 -04:00
profile.tmpl Fix template function DateTime (#24317) 2023-04-25 15:48:30 -04:00
project.tmpl Add context cache as a request level cache (#22294) 2023-02-15 21:37:34 +08:00