Center tap-to-play GIF text using flex
This commit is contained in:
parent
75d54e7737
commit
c466d5bae3
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue