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 123 style="display: flex; justify-content: center" 124 124 x-show="newSignupKey != ''" 125 125 > 126 - <p>New signup key: <a x-text="newSignupKey"></a></p> 126 + <p style="margin-top: 2.5%"> 127 + New signup key: <a x-text="newSignupKey"></a> 128 + </p> 127 129 </div> 128 130 </div> 129 131 </div>