loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request '[UI] Fix admin layout' (#4754) from gusted/forgejo-fix-admin into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4754
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>

+1 -1
+1 -1
templates/admin/layout_head.tmpl
··· 1 1 {{template "base/head" .ctxData}} 2 2 <div role="main" aria-label="{{.ctxData.Title}}" class="page-content {{.pageClass}}"> 3 - <div class="ui container fluid padded flex-container"> 3 + <div class="ui container flex-container"> 4 4 {{template "admin/navbar" .ctxData}} 5 5 <div class="flex-container-main"> 6 6 {{template "base/alert" .ctxData}}