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 '[BUG] Fix admin layout' (#3087) from gusted/forgejo-admin-layout into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3087
Reviewed-by: 0ko <0ko@noreply.codeberg.org>

+2 -4
+2 -4
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"> 4 - {{template "base/alert" .ctxData}} 5 - </div> 6 - <div class="ui container fluid padded flex-container"> 3 + <div class="ui container flex-container"> 7 4 {{template "admin/navbar" .ctxData}} 8 5 <div class="flex-container-main"> 6 + {{template "base/alert" .ctxData}} 9 7 {{/* block: admin-setting-content */}} 10 8 11 9 {{if false}}{{/* to make html structure "likely" complete to prevent IDE warnings */}}