mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 11:35:29 +01:00
Fix avatar size in public page detailed status (#14140)
Regression from the inline-CSS changes
This commit is contained in:
parent
9ea91bbf59
commit
0a56a4a1bc
@ -140,6 +140,11 @@
|
|||||||
|
|
||||||
.detailed-status {
|
.detailed-status {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
|
||||||
|
.detailed-status__display-avatar .account__avatar {
|
||||||
|
width: 48px;
|
||||||
|
height: 48px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.status {
|
.status {
|
||||||
|
Loading…
Reference in New Issue
Block a user