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");
|
div.classList.add("profile", "flexttb");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
div.classList.add("hypoprofile");
|
div.classList.add("hypoprofile", "flexttb");
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
const pfp = this.buildpfp();
|
const pfp = this.buildpfp();
|
||||||
|
|
|
@ -157,7 +157,7 @@ a:hover {
|
||||||
background-color: var(--profile-bg);
|
background-color: var(--profile-bg);
|
||||||
border-radius: 10%;
|
border-radius: 10%;
|
||||||
padding: .2cm;
|
padding: .2cm;
|
||||||
width: 7cm;
|
width: 7cm !important;
|
||||||
height: 8cm;
|
height: 8cm;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -135,7 +135,7 @@ class User{
|
||||||
div.style.top=y+"px";
|
div.style.top=y+"px";
|
||||||
div.classList.add("profile","flexttb");
|
div.classList.add("profile","flexttb");
|
||||||
}else{
|
}else{
|
||||||
div.classList.add("hypoprofile");
|
div.classList.add("hypoprofile","flexttb");
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue