add: followers/following ui

This commit is contained in:
trisua 2025-03-31 22:35:11 -04:00
parent 17564ede49
commit e183a01887
13 changed files with 469 additions and 86 deletions

View file

@ -226,6 +226,10 @@ a {
color: var(--color-link);
}
a.flush {
color: inherit;
}
a:hover {
text-decoration: underline;
}
@ -633,6 +637,7 @@ nav .button:not(.inner *) {
transition:
opacity 0.15s,
transform 0.15s;
font-size: 0.95rem;
}
nav button:not(.inner *):hover,