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

@ -24,6 +24,12 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.*/
.panel.profile-name{
text-align: center;
margin-bottom: 0;
}
.panel.profile-status{
text-align: center;
margin-bottom: 1em;
}
.panel.profile-img{