Add is_status_update to thread replies

This commit is contained in:
rubenwardy
2022-04-23 20:53:38 +01:00
parent ee2311025c
commit f3ff44203c
6 changed files with 71 additions and 8 deletions

View File

@@ -32,4 +32,8 @@
height: 60px;
object-fit: cover;
}
.status-update p {
margin: 0;
}
}