Amend Chat tile to make tile labels consistent

This commit is contained in:
Matilde Park 2019-07-15 10:35:20 -07:00 committed by GitHub
parent 49b064dece
commit 2cae99a5a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,11 +73,7 @@ export default class ChatTile extends Component {
return (
<div className="w-100 h-100 relative" style={{ background: '#1a1a1a' }}>
<a className="w-100 h-100 db pa2 no-underline" href="/~chat">
<p className="gray" style={{
fontWeight: 'bold',
fontSize: 14,
lineHeight: '24px'
}}>Chat</p>
<p className="gray label-regular b absolute" style={{left: 8, top: 4}}>Chat</p>
<img
className="absolute"
style={{ left: 68, top: 65 }}