aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/actions
diff options
context:
space:
mode:
authorHester Gong <hestergong@gmail.com>2023-04-26 23:59:08 +0800
committerGitHub <noreply@github.com>2023-04-26 11:59:08 -0400
commitf1a4330306a21a1b53aaa744ec5749a52135c807 (patch)
tree606deffd464370db87413da3e7307d086b58a7d3 /templates/repo/actions
parent58caf422e67c78f87327bc9b00f89083a2432940 (diff)
downloadgitea-f1a4330306a21a1b53aaa744ec5749a52135c807.tar.gz
gitea-f1a4330306a21a1b53aaa744ec5749a52135c807.zip
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>
Diffstat (limited to 'templates/repo/actions')
-rw-r--r--templates/repo/actions/list.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/actions/list.tmpl b/templates/repo/actions/list.tmpl
index 15f0d607a3..0f44630201 100644
--- a/templates/repo/actions/list.tmpl
+++ b/templates/repo/actions/list.tmpl
@@ -3,7 +3,7 @@
{{template "repo/header" .}}
<div class="ui container">
- <div class="ui grid">
+ <div class="ui stackable grid">
<div class="four wide column">
<div class="ui fluid vertical menu">
<a class="item{{if not $.CurWorkflow}} active{{end}}" href="{{$.Link}}">{{.locale.Tr "actions.runs.all_workflows"}}</a>