Profile pages now display user status.

This commit is contained in:
rainbow napkin 2025-09-18 02:43:43 -04:00
parent 6445950f90
commit 1384b02f4d
11 changed files with 119 additions and 5 deletions

View file

@ -56,6 +56,11 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.*/
margin: 0;
}
#profile-status{
margin: 0;
text-wrap: nowrap;
}
#profile-img{
position: relative;
display: flex;