Added profil popup - WIP page opens on double click of the name of buddy
This commit is contained in:
parent
4de1aae73c
commit
b2867757b6
4 changed files with 95 additions and 36 deletions
|
|
@ -31,6 +31,12 @@
|
|||
<p>Charlie</p> -->
|
||||
</div>
|
||||
</div>
|
||||
<div id="profile-modal" class="profilPopup hidden">
|
||||
<div class="popUpBox">
|
||||
<p class="text-xl font-bold" id="modal-name"></p>
|
||||
<button id="close-modal" class="btn-style absolute bottom-32 right-12">Close</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue