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.

Fix: Organization Interface Display Issue (#30133)

**Before**

![image](https://github.com/go-gitea/gitea/assets/37935145/88d04a4b-6dc5-4399-9813-2c339eae3722)

**After**

![image](https://github.com/go-gitea/gitea/assets/37935145/e97a64b8-ea24-4de7-992d-5928888872d0)

(cherry picked from commit 0262c66ba6c1d7488456269b2e56220bf6cf0b6f)

authored by

HEREYUA and committed by
Earl Warren
969df619 bdc3f7be

+2 -2
+1 -1
templates/org/home.tmpl
··· 21 21 {{if .ShowMemberAndTeamTab}} 22 22 <div class="ui five wide column"> 23 23 {{if .CanCreateOrgRepo}} 24 - <div class="center aligned"> 24 + <div class="center aligned tw-mb-4"> 25 25 <a class="ui primary button" href="{{AppSubUrl}}/repo/create?org={{.Org.ID}}">{{ctx.Locale.Tr "new_repo"}}</a> 26 26 {{if not .DisableNewPullMirrors}} 27 27 <a class="ui primary button" href="{{AppSubUrl}}/repo/migrate?org={{.Org.ID}}&mirror=1">{{ctx.Locale.Tr "new_migrate"}}</a>
+1 -1
templates/org/menu.tmpl
··· 1 1 <div class="ui container"> 2 - <overflow-menu class="ui secondary pointing tabular borderless menu"> 2 + <overflow-menu class="ui secondary pointing tabular borderless menu tw-mb-4"> 3 3 <div class="overflow-menu-items"> 4 4 <a class="{{if .PageIsViewRepositories}}active {{end}}item" href="{{$.Org.HomeLink}}"> 5 5 {{svg "octicon-repo"}} {{ctx.Locale.Tr "user.repositories"}}