Fix delivery status overflow in sticker messages

This commit is contained in:
Fedor Indutny 2021-03-29 14:34:47 -07:00 committed by GitHub
parent f157ce2eec
commit 79acb7513d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View file

@ -378,7 +378,11 @@
@include dark-theme {
border: none;
}
padding-bottom: 0px;
/* Leave some padding to eat the negative margin-bottom from
* .module-message__metadata
*/
padding-bottom: 3px;
}
.module-message__container--outgoing {