[Glitch] Fix avatar size in public page detailed status
Port 528c103fc6
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
parent
03273b3c7b
commit
4500435bb1
1 changed files with 5 additions and 0 deletions
|
@ -136,6 +136,11 @@
|
||||||
|
|
||||||
.detailed-status {
|
.detailed-status {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
|
||||||
|
.detailed-status__display-avatar .account__avatar {
|
||||||
|
width: 48px;
|
||||||
|
height: 48px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.status {
|
.status {
|
||||||
|
|
Loading…
Reference in a new issue