Added Pong invitation Btn - WIP no implementation yet
This commit is contained in:
parent
db409abe7c
commit
232f103ecf
2 changed files with 8 additions and 0 deletions
|
|
@ -223,6 +223,13 @@ div-private {
|
||||||
right-12
|
right-12
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.popup-b-invite {
|
||||||
|
@apply
|
||||||
|
absolute
|
||||||
|
bottom-52
|
||||||
|
right-12
|
||||||
|
}
|
||||||
|
|
||||||
.hidden{
|
.hidden{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
@ -199,6 +199,7 @@ async function onReady(fastify: FastifyInstance) {
|
||||||
<div-login-name id="loginName"> Login Name: '${allUsers?.login ?? 'Guest'}' </div>
|
<div-login-name id="loginName"> Login Name: '${allUsers?.login ?? 'Guest'}' </div>
|
||||||
</br>
|
</br>
|
||||||
<button id="popup-b-clear" class="btn-style popup-b-clear">Clear Text</button>
|
<button id="popup-b-clear" class="btn-style popup-b-clear">Clear Text</button>
|
||||||
|
<button id="popup-b-invite" class="btn-style popup-b-invite">Pong Us ?</button>
|
||||||
<div id="profile-about">About: No description</div>
|
<div id="profile-about">About: No description</div>
|
||||||
</div>`;
|
</div>`;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue