mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-03 02:35:52 +03:00
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:
parent
9d91fb8d82
commit
84a4afefed
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user