user profile stuff

This commit is contained in:
2023-06-28 17:24:48 -05:00
parent b2c4a315d2
commit abb19b7827
3 changed files with 149 additions and 164 deletions

19
css/profile.css Normal file
View File

@@ -0,0 +1,19 @@
body.profile {
font-style: Pixio;
}
body > .page-container.thin-page {max-width: 800px;}
body.profile .page-container {
background: var(--primary-container-background);
border: var(--primary-container-border);
padding: 2px;
}
body.profile .page-container .header-table td.tag .userlink {
font-size: 24px;
}
body.profile .page-container .header-table td.tag .userlink img {
height: 32px;
}