Self-hosted, federated location sharing app and server that prioritizes user privacy and security
end-to-end-encryption location-sharing privacy self-hosted federated

Fixed issue with unnecessary scroll bar appearing when generating signup key.

+3 -1
+3 -1
app/src/home-page/home.html
··· 123 style="display: flex; justify-content: center" 124 x-show="newSignupKey != ''" 125 > 126 - <p>New signup key: <a x-text="newSignupKey"></a></p> 127 </div> 128 </div> 129 </div>
··· 123 style="display: flex; justify-content: center" 124 x-show="newSignupKey != ''" 125 > 126 + <p style="margin-top: 2.5%"> 127 + New signup key: <a x-text="newSignupKey"></a> 128 + </p> 129 </div> 130 </div> 131 </div>