Skip to content

Commit

Permalink
Make admin pages wider because of left sidebar added and some tables …
Browse files Browse the repository at this point in the history
…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">

(cherry picked from commit fad232054542ade88268304fea9b09f778d74a29)
  • Loading branch information
lunny authored and earl-warren committed Mar 11, 2024
1 parent a44805e commit 145bebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/admin/layout_head.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 */}}
Expand Down

0 comments on commit 145bebc

Please sign in to comment.