diff options
author | silverwind <me@silverwind.io> | 2024-03-23 21:11:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-23 20:11:15 +0000 |
commit | 0bef9a2775af0e27a0754207fc87537b96c2792e (patch) | |
tree | 2bacee1ea836e1c662e89c3a533c59498e01efe7 /templates/user | |
parent | fabe01478ab449cc4870b7e2a9a1db3911bb14bd (diff) | |
download | gitea-0bef9a2775af0e27a0754207fc87537b96c2792e.tar.gz gitea-0bef9a2775af0e27a0754207fc87537b96c2792e.zip |
Replace all simple inline styles with tailwind (#30032)
These should be all simple inline styles that were left in the
templates.
Co-authored-by: Giteabot <teabot@gitea.io>
Diffstat (limited to 'templates/user')
-rw-r--r-- | templates/user/auth/webauthn.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/auth/webauthn.tmpl b/templates/user/auth/webauthn.tmpl index 7c543cb16d..867248718d 100644 --- a/templates/user/auth/webauthn.tmpl +++ b/templates/user/auth/webauthn.tmpl @@ -11,7 +11,7 @@ <p>{{ctx.Locale.Tr "webauthn_sign_in"}}</p> </div> <div class="ui attached segment tw-flex tw-items-center tw-justify-center gt-gap-2 gt-py-3"> - <div class="is-loading" style="width: 40px; height: 40px"></div> + <div class="is-loading tw-w-[40px] tw-h-[40px]"></div> {{ctx.Locale.Tr "webauthn_press_button"}} </div> {{if .HasTwoFactor}} |