Update home.js

This commit is contained in:
YanisRff
2024-05-21 23:42:13 +02:00
committed by GitHub
parent 662e7ae61c
commit 37d8f19e8d

View File

@@ -38,7 +38,7 @@ function displayHomeTopBar() {
Doct'ISEN
</p>
</a>
<div class="d-flex position-fixed end-0 flex-row align-items-center gap-3 mt-2 top-0">
<div class="d-flex position-absolute end-0 flex-row align-items-center gap-3 mt-2 top-0">
<img src="https://www.gravatar.com/avatar/${mailMD5}?s=64" alt="avatar" id="avatar" style="width: 14.3%; height: auto; border-radius: 50%">
<div class="dropdown">
<a class="text-white dropdown-toggle" id="user-name-dropdown" data-bs-toggle="dropdown">${user.name} ${user.surname}</a>