Skip to content

Commit fad2320

Browse files
authored
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">
1 parent 62aa5e2 commit fad2320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/admin/layout_head.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="ui container gt-mb-4">
44
{{template "base/alert" .ctxData}}
55
</div>
6-
<div class="ui container flex-container">
6+
<div class="ui container fluid padded flex-container">
77
{{template "admin/navbar" .ctxData}}
88
<div class="flex-container-main">
99
{{/* block: admin-setting-content */}}

0 commit comments

Comments
 (0)