Fix notifications page error in Tor browser (#37285)
This commit is contained in:
parent
d6a40c2891
commit
71af094f97
@ -0,0 +1,3 @@
|
|||||||
|
.inlineIcon {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
@ -12,6 +12,8 @@ import MoreHorizIcon from '@/material-icons/400-24px/more_horiz.svg?react';
|
|||||||
import { Button } from '../button';
|
import { Button } from '../button';
|
||||||
import { Icon } from '../icon';
|
import { Icon } from '../icon';
|
||||||
|
|
||||||
|
import classes from './remove_quote_hint.module.css';
|
||||||
|
|
||||||
const DISMISSIBLE_BANNER_ID = 'notifications/remove_quote_hint';
|
const DISMISSIBLE_BANNER_ID = 'notifications/remove_quote_hint';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -92,7 +94,7 @@ export const RemoveQuoteHint: React.FC<{
|
|||||||
id: 'status.more',
|
id: 'status.more',
|
||||||
defaultMessage: 'More',
|
defaultMessage: 'More',
|
||||||
})}
|
})}
|
||||||
style={{ verticalAlign: 'middle' }}
|
className={classes.inlineIcon}
|
||||||
/>
|
/>
|
||||||
),
|
),
|
||||||
}}
|
}}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user