profil displays basic info if guest or not

This commit is contained in:
NigeParis 2025-12-08 15:43:43 +01:00
parent 01f85c2779
commit 2959dca576
3 changed files with 159 additions and 28 deletions

View file

@ -216,6 +216,13 @@ div-private {
items-center;
}
.popup-b-clear {
@apply
absolute
bottom-42
right-12
}
.hidden{
display: none;
}