react-chat-elements-av
Version:
Reactjs chat components
25 lines (22 loc) • 431 B
CSS
.rce-mbox-location {
position: relative;
width: 250px;
height: 150px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
margin-top: -3px;
margin-right: -6px;
margin-left: -6px;
border-radius: 5px;
}
.rce-mbox-location-img {
width: 100%;
}
.rce-mbox-location-text {
padding: 5px 0;
width: 250px;
margin-left: -6px;
margin-right: -6px;
}