Allow toggling private note in user card with avatar click

This commit is contained in:
Kalle
2026-08-06 15:23:02 +03:00
parent a2f61f0d1c
commit 00a95bba6a
3 changed files with 27 additions and 3 deletions

View File

@@ -5,6 +5,13 @@
width: fit-content;
}
.clickable {
cursor: pointer;
border: none;
padding: 0;
background: none;
}
.badge {
position: absolute;
bottom: 15%;