chat: add left margin to [embed] link

For some reason they're squished right up side the metadata
in OS1 -- this gives them some space.
This commit is contained in:
Matilde Park 2020-03-10 22:33:08 -04:00
parent 9d91fb8d82
commit 84a4afefed

View File

@ -100,7 +100,7 @@ export class Message extends Component {
rel="noopener noreferrer">
{letter.url}
</a>
<a className="f7 pointer lh-copy v-top"
<a className="ml2 f7 pointer lh-copy v-top"
onClick={e => this.unFoldEmbed()}>
[embed]
</a>