Center tap-to-play GIF text using flex

This commit is contained in:
Fedor Indutny 2021-05-11 15:25:28 -07:00 committed by GitHub
parent 75d54e7737
commit c466d5bae3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -4288,12 +4288,15 @@ button.module-conversation-details__action-button {
.module-image--tap-to-play {
span:after {
display: flex;
flex-direction: column;
align-items: center;
content: 'GIF';
height: 24px;
width: 24px;
@include font-body-1;
line-height: 24px;
color: $color-white;
}
}