fix hypoprofile
This commit is contained in:
parent
c7e3e41205
commit
48f0546b47
3 changed files with 3 additions and 3 deletions
|
@ -133,7 +133,7 @@ class User {
|
|||
div.classList.add("profile", "flexttb");
|
||||
}
|
||||
else {
|
||||
div.classList.add("hypoprofile");
|
||||
div.classList.add("hypoprofile", "flexttb");
|
||||
}
|
||||
{
|
||||
const pfp = this.buildpfp();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue