mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
[UI] Fix admin layout
- Partially revertsa72b660cbb
- Restores the behavior of #3087 (cherry picked from commit7ec6014a10
)
This commit is contained in:
parent
ce563ade3d
commit
c3b03f898a
1 changed files with 1 additions and 1 deletions
|
@ -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}}
|
||||
|
|
Loading…
Reference in a new issue