summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2024-03-04 21:48:59 +0800
committerGitHub <noreply@github.com>2024-03-04 13:48:59 +0000
commitfad232054542ade88268304fea9b09f778d74a29 (patch)
tree552d262c9b32ccd425eb33ed45473ac2b6f9294f /templates
parent62aa5e2cbd64c90546bbaf849070b42931a4e60b (diff)
downloadgitea-fad232054542ade88268304fea9b09f778d74a29.tar.gz
gitea-fad232054542ade88268304fea9b09f778d74a29.zip
Make admin pages wider because of left sidebar added and some tables become too narrow (#29581)
Fix #25939 screenshots <img width="1895" alt="image" src="https://github.com/go-gitea/gitea/assets/81045/937eb28d-bb7d-4765-b580-bc991d61f467">
Diffstat (limited to 'templates')
-rw-r--r--templates/admin/layout_head.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/layout_head.tmpl b/templates/admin/layout_head.tmpl
index 0067f336e0..b326c82a6c 100644
--- a/templates/admin/layout_head.tmpl
+++ b/templates/admin/layout_head.tmpl
@@ -3,7 +3,7 @@
<div class="ui container gt-mb-4">
{{template "base/alert" .ctxData}}
</div>
- <div class="ui container flex-container">
+ <div class="ui container fluid padded flex-container">
{{template "admin/navbar" .ctxData}}
<div class="flex-container-main">
{{/* block: admin-setting-content */}}