diff options
author | Gusted <postmaster@gusted.xyz> | 2024-07-30 23:35:22 +0200 |
---|---|---|
committer | Gusted <postmaster@gusted.xyz> | 2024-07-30 23:35:22 +0200 |
commit | 7ec6014a10e10f73eaf665f6fe12f239d0a07021 (patch) | |
tree | 4921336d47c20fc46270546fbd7b3a5c80e3c480 /templates | |
parent | Add testifylint to lint checks (#4535) (diff) | |
download | forgejo-7ec6014a10e10f73eaf665f6fe12f239d0a07021.tar.xz forgejo-7ec6014a10e10f73eaf665f6fe12f239d0a07021.zip |
[UI] Fix admin layout
- Partially reverts a72b660cbb61d1932190e5d1cecd9defbab1260b
- Restores the behavior of #3087
Diffstat (limited to 'templates')
-rw-r--r-- | templates/admin/layout_head.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/layout_head.tmpl b/templates/admin/layout_head.tmpl index 7cc6624d50..8ba47f2f14 100644 --- a/templates/admin/layout_head.tmpl +++ b/templates/admin/layout_head.tmpl @@ -1,6 +1,6 @@ {{template "base/head" .ctxData}} <div role="main" aria-label="{{.ctxData.Title}}" class="page-content {{.pageClass}}"> - <div class="ui container fluid padded flex-container"> + <div class="ui container flex-container"> {{template "admin/navbar" .ctxData}} <div class="flex-container-main"> {{template "base/alert" .ctxData}} |