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.

chore(ui): improve svg icon margin consistency (#7172)

* followup to https://codeberg.org/forgejo/forgejo/pulls/7031#issuecomment-2868277: no visible changes
* followup to https://codeberg.org/forgejo/forgejo/pulls/6963: apply a small margin to the icon

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7172
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: 0ko <0ko@noreply.codeberg.org>
Co-committed-by: 0ko <0ko@noreply.codeberg.org>

authored by

0ko
0ko
and committed by
Gusted
140b28b6 8fce7fbe

+5 -5
+4 -4
templates/base/head_navbar.tmpl
··· 194 194 {{else}} 195 195 {{if .ShowRegistrationButton}} 196 196 <a class="item{{if .PageIsSignUp}} active{{end}}" href="{{AppSubUrl}}/user/sign_up"> 197 - {{svg "octicon-person"}} 198 - <span class="tw-ml-1">{{ctx.Locale.Tr "register"}}</span> 197 + {{svg "octicon-person" 16 "tw-mr-1"}} 198 + <span>{{ctx.Locale.Tr "register"}}</span> 199 199 </a> 200 200 {{end}} 201 201 <a class="item{{if .PageIsSignIn}} active{{end}}" rel="nofollow" href="{{AppSubUrl}}/user/login{{if not .PageIsSignIn}}?redirect_to={{.CurrentURL}}{{end}}"> 202 - {{svg "octicon-sign-in"}} 203 - <span class="tw-ml-1">{{ctx.Locale.Tr "sign_in"}}</span> 202 + {{svg "octicon-sign-in" 16 "tw-mr-1"}} 203 + <span>{{ctx.Locale.Tr "sign_in"}}</span> 204 204 </a> 205 205 {{end}} 206 206 </div><!-- end full right menu -->
+1 -1
templates/user/settings/applications.tmpl
··· 105 105 106 106 <div class="ui g-modal-confirm delete modal" id="regenerate-token"> 107 107 <div class="header"> 108 - {{svg "octicon-issue-reopened"}} 108 + {{svg "octicon-issue-reopened" 16 "tw-mr-1"}} 109 109 {{ctx.Locale.Tr "settings.access_token_regeneration"}} 110 110 </div> 111 111 <div class="content">