aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2025-03-07 08:51:26 +0000
committerMario <mario@mariovavti.com>2025-03-07 08:51:26 +0000
commit39f9a38b233d301779a92f34b2d2be884b9bafc6 (patch)
tree5e70260999befe57b68c01eca9578f2b88a02c9c /view
parent590c0ea778f26e6a8e84740770d77b5edac4e7d2 (diff)
downloadvolse-hubzilla-39f9a38b233d301779a92f34b2d2be884b9bafc6.tar.gz
volse-hubzilla-39f9a38b233d301779a92f34b2d2be884b9bafc6.tar.bz2
volse-hubzilla-39f9a38b233d301779a92f34b2d2be884b9bafc6.zip
css fix
Diffstat (limited to 'view')
-rw-r--r--view/tpl/register.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/register.tpl b/view/tpl/register.tpl
index cc2b8e47b..98cf84845 100644
--- a/view/tpl/register.tpl
+++ b/view/tpl/register.tpl
@@ -39,7 +39,7 @@
{{include file="field_input.tpl" field=$name}}
</div>
<div class="position-relative">
- <div id="nick-hub" class="position-absolute" style="top: 2.3rem; right: 0.75rem;"><span class="text-muted">{{$nickhub}}</span></div>
+ <div id="nick-hub" class="position-absolute" style="top: 2rem; right: 0.75rem;"><span class="text-muted">{{$nickhub}}</span></div>
<div id="nick-spinner" class="spinner-wrapper position-absolute" style="top: 2.5rem; right: 0.75rem;"><div class="spinner s"></div></div>
{{include file="field_input.tpl" field=$nickname}}
</div>