mirror of
https://github.com/urbit/shrub.git
synced 2024-12-24 03:14:30 +03:00
parent
33cdb327b6
commit
eeafd10b96
@ -102,6 +102,12 @@ export class OmniboxResult extends Component {
|
|||||||
<Text
|
<Text
|
||||||
mono={(icon == 'profile' && text.startsWith('~'))}
|
mono={(icon == 'profile' && text.startsWith('~'))}
|
||||||
color={this.state.hovered || selected === link ? 'white' : 'black'}
|
color={this.state.hovered || selected === link ? 'white' : 'black'}
|
||||||
|
display='inline-block'
|
||||||
|
verticalAlign='middle'
|
||||||
|
width='100%'
|
||||||
|
overflow='hidden'
|
||||||
|
textOverflow='ellipsis'
|
||||||
|
whiteSpace='pre'
|
||||||
mr='1'
|
mr='1'
|
||||||
>
|
>
|
||||||
{text.startsWith("~") ? cite(text) : text}
|
{text.startsWith("~") ? cite(text) : text}
|
||||||
|
Loading…
Reference in New Issue
Block a user