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
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
..
chroma Add --font-weight-bold and set previous bold to 601 (#24307) 2 years ago
code Fix some broken css (#23560) 2 years ago
codemirror Replace Less with CSS (#23481) 2 years ago
console Replace Less with CSS (#23481) 2 years ago
features Fix Monaco IOS keyboard button (#24341) 2 years ago
markup Add --font-weight-bold and set previous bold to 601 (#24307) 2 years ago
modules Improve some modal action buttons (#24289) 2 years ago
shared Modify width of ui container, fine tune css for settings pages and org header (#24315) 2 years ago
standalone Replace Less with CSS (#23481) 2 years ago
themes CSS color tweaks (#23828) 2 years ago
admin.css Modify width of ui container, fine tune css for settings pages and org header (#24315) 2 years ago
animations.css Replace Less with CSS (#23481) 2 years ago
base.css Modify width of ui container, fine tune css for settings pages and org header (#24315) 2 years ago
dashboard.css Vertical widths of containers removed (#24184) 2 years ago
editor-markdown.css Set EasyMDE heading font-size to the same size as the resulting markdown (#24151) 2 years ago
editor.css Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876) 2 years ago
explore.css Fix long name ui issues and label ui issue (#23541) 2 years ago
font_i18n.css Replace Less with CSS (#23481) 2 years ago
form.css Replace tribute with text-expander-element for textarea (#23985) 2 years ago
helpers.css Modify width of ui container, fine tune css for settings pages and org header (#24315) 2 years ago
home.css Fix footer display (#24251) 2 years ago
index.css Add tags list for repos whose release setting is disabled (#23465) 2 years ago
install.css Add --font-weight-bold and set previous bold to 601 (#24307) 2 years ago
organization.css Modify width of ui container, fine tune css for settings pages and org header (#24315) 2 years ago
package.css Replace Less with CSS (#23481) 2 years ago
repository-release-tag.css Add tags list for repos whose release setting is disabled (#23465) 2 years ago
repository.css Add tags list for repos whose release setting is disabled (#23465) 2 years ago
review.css Expand/Collapse all changed files (#23639) 2 years ago
runner.css Replace Less with CSS (#23481) 2 years ago
svg.css Replace Less with CSS (#23481) 2 years ago
tribute.css Replace Less with CSS (#23481) 2 years ago
user.css Add --font-weight-bold and set previous bold to 601 (#24307) 2 years ago