fix avatar size on privacy page for ignored people
This commit is contained in:
parent
c5b133d3e8
commit
4112192d95
1 changed files with 12 additions and 0 deletions
|
|
@ -45,3 +45,15 @@
|
||||||
margin-top: -45px;
|
margin-top: -45px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.settings_container {
|
||||||
|
.blocked_person {
|
||||||
|
margin: 0;
|
||||||
|
padding: 10px 0;
|
||||||
|
|
||||||
|
.avatar {
|
||||||
|
height: 50px;
|
||||||
|
width: 50px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue