mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 00:13:12 +03:00
chat: equally size both code + s3 buttons
This commit is contained in:
parent
c1e9db8f85
commit
304438009e
@ -387,7 +387,7 @@ export class ChatInput extends Component {
|
||||
</div>
|
||||
<div style={{ height: '16px', width: '16px', flexBasis: 16, marginTop: 10 }}>
|
||||
<img
|
||||
style={{ filter: state.code && 'invert(100%)', height: '100%', width: '100%' }}
|
||||
style={{ filter: state.code && 'invert(100%)', height: '14px', width: '14px' }}
|
||||
onClick={this.toggleCode}
|
||||
src="/~chat/img/CodeEval.png"
|
||||
className="contrast-10-d bg-white bg-none-d ba b--gray1-d br1"
|
||||
|
Loading…
Reference in New Issue
Block a user