remove negative margins for direct messages and boosts in timeline

What the tin says, noticed this bug was still hanging around, just only on DMs and on boosts in the TL so I think this should sort that.
staging
Lumb 2019-08-14 15:40:19 +00:00 committed by multiple creatures
parent a06f8140d9
commit c19fc4cf9b
1 changed files with 1 additions and 1 deletions

View File

@ -494,7 +494,7 @@
}
.status__prepend {
margin: -10px -10px 10px;
margin: 10px 10px 10px;
color: $dark-text-color;
padding: 8px 10px 0 68px;
font-size: 14px;