UI: Minor adjustment for logos
This commit is contained in:
parent
5129627b26
commit
59fe7fbe70
1 changed files with 3 additions and 3 deletions
|
@ -77,19 +77,19 @@ __ __ _ __ ____ __
|
||||||
<a id="loginLink" style="text-decoration: none; height: 100%; cursor:not-allowed;">
|
<a id="loginLink" style="text-decoration: none; height: 100%; cursor:not-allowed;">
|
||||||
<div style="color: white; font-family: montserrat; font-weight: 400; font-size: large; height: 100%; display: flex; align-items: center;">
|
<div style="color: white; font-family: montserrat; font-weight: 400; font-size: large; height: 100%; display: flex; align-items: center;">
|
||||||
<span id="networkStatus">Connect via Tailscale </span>
|
<span id="networkStatus">Connect via Tailscale </span>
|
||||||
<img src="assets/tailscale.svg" height="40px" style="margin-left: 7px;">
|
<img src="assets/tailscale.svg" height="35px" style="margin-left: 7px;">
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://discord.gg/yTNZgySKGa" style="text-decoration: none; height: 100%;" target="_blank">
|
<a href="https://discord.gg/yTNZgySKGa" style="text-decoration: none; height: 100%;" target="_blank">
|
||||||
<div style="color: white; font-family: montserrat; font-weight: 400; font-size: large; height: 100%; display: flex; align-items: center;">
|
<div style="color: white; font-family: montserrat; font-weight: 400; font-size: large; height: 100%; display: flex; align-items: center;">
|
||||||
<span>Join Discord </span>
|
<span>Join Discord </span>
|
||||||
<img src="assets/discord-mark-blue.svg" height="40px" style="margin-left: 7px;">
|
<img src="assets/discord-mark-blue.svg" height="35px" style="margin-left: 7px;">
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/leaningtech/webvm/issues" style="text-decoration: none; height: 100%;" target="_blank">
|
<a href="https://github.com/leaningtech/webvm/issues" style="text-decoration: none; height: 100%;" target="_blank">
|
||||||
<div style="color: white; font-family: montserrat; font-weight: 400; font-size: large; height: 100%; display: flex; align-items: center;">
|
<div style="color: white; font-family: montserrat; font-weight: 400; font-size: large; height: 100%; display: flex; align-items: center;">
|
||||||
<span>GitHub Issues </span>
|
<span>GitHub Issues </span>
|
||||||
<img src="assets/github-mark-white.svg" height="40px" style="margin-left: 5px;">
|
<img src="assets/github-mark-white.svg" height="35px" style="margin-left: 5px;">
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue