Center tap-to-play GIF text using flex
This commit is contained in:
@@ -4288,12 +4288,15 @@ button.module-conversation-details__action-button {
|
|||||||
|
|
||||||
.module-image--tap-to-play {
|
.module-image--tap-to-play {
|
||||||
span:after {
|
span:after {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
content: 'GIF';
|
content: 'GIF';
|
||||||
height: 24px;
|
height: 24px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
|
|
||||||
@include font-body-1;
|
@include font-body-1;
|
||||||
line-height: 24px;
|
|
||||||
color: $color-white;
|
color: $color-white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user