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/templates
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>
2 years ago
..
admin Modify width of ui container, fine tune css for settings pages and org header (#24315) 2 years ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 2 years ago
base Don't set meta `theme-color` by default (#24340) 2 years ago
code Use data-tooltip-content for tippy tooltip (#23649) 2 years ago
custom Add footer extra links template (#9576) 5 years ago
devtest Improve some modal action buttons (#24289) 2 years ago
explore Fix template function DateTime (#24317) 2 years ago
mail Remove incorrect HTML self close tag (#23748) 2 years ago
org Modify width of ui container, fine tune css for settings pages and org header (#24315) 2 years ago
package Fix template function DateTime (#24317) 2 years ago
projects Improve some modal action buttons (#24289) 2 years ago
repo Modify width of ui container, fine tune css for settings pages and org header (#24315) 2 years ago
shared Add missed column title in runner management page (#24328) 2 years ago
status Fix template function DateTime (#24317) 2 years ago
swagger Display when a repo was archived (#22664) 2 years ago
user Modify width of ui container, fine tune css for settings pages and org header (#24315) 2 years ago
home.tmpl Improve home page template, fix Sort dropdown menu flash (#23856) 2 years ago
install.tmpl Remove incorrect HTML self close tag (#23748) 2 years ago
post-install.tmpl Remove incorrect HTML self close tag (#23748) 2 years ago