aboutsummaryrefslogtreecommitdiffstats
path: root/templates/user
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2024-03-23 21:11:15 +0100
committerGitHub <noreply@github.com>2024-03-23 20:11:15 +0000
commit0bef9a2775af0e27a0754207fc87537b96c2792e (patch)
tree2bacee1ea836e1c662e89c3a533c59498e01efe7 /templates/user
parentfabe01478ab449cc4870b7e2a9a1db3911bb14bd (diff)
downloadgitea-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.tmpl2
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}}