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 double border and adjust width for user profile page (#24870)

Close #24848

authored by

HesterG and committed by
GitHub
0e84bd25 8080ace6

+3 -3
+3 -3
templates/user/profile.tmpl
··· 2 2 <div role="main" aria-label="{{.Title}}" class="page-content user profile"> 3 3 <div class="ui container"> 4 4 <div class="ui stackable grid"> 5 - <div class="ui five wide column"> 5 + <div class="ui four wide column"> 6 6 <div class="ui card"> 7 7 <div id="profile-avatar" class="content gt-df"> 8 8 {{if eq .SignedUserID .ContextUser.ID}} ··· 120 120 </div> 121 121 </div> 122 122 </div> 123 - <div class="ui eleven wide column"> 124 - <div class="ui secondary stackable pointing tight menu"> 123 + <div class="ui twelve wide column"> 124 + <div class="gt-mb-4 gt-df"> 125 125 {{template "user/overview/header" .}} 126 126 </div> 127 127