mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-12 15:01:38 +03:00
groups: align sigil color box in firefox
This commit is contained in:
parent
b425fb6723
commit
10262a243f
@ -519,9 +519,10 @@ export class ContactCard extends Component {
|
||||
key={'avatar' + currentColor}
|
||||
/>
|
||||
<div
|
||||
className="tl mt4 mb4 w-auto ml-auto mr-auto"
|
||||
className="tc mt4 mb4 w-auto ml-auto mr-auto"
|
||||
style={{ width: 'fit-content' }}
|
||||
>
|
||||
<div className="tl dib">
|
||||
<p className="f9 gray2 lh-copy">Sigil Color</p>
|
||||
<textarea
|
||||
className={
|
||||
@ -544,6 +545,7 @@ export class ContactCard extends Component {
|
||||
}}
|
||||
></textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div className="w-100 pt8 pb8 lh-copy tl">
|
||||
<p className="f9 gray2">Ship Name</p>
|
||||
<p className="f8 mono">~{props.ship}</p>
|
||||
|
Loading…
Reference in New Issue
Block a user