mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 03:25:14 +00:00
Fix notifications page error in Tor browser (#37285)
This commit is contained in:
parent
546a95349e
commit
7d9d3de972
2 changed files with 6 additions and 1 deletions
|
|
@ -0,0 +1,3 @@
|
||||||
|
.inlineIcon {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
@ -12,6 +12,8 @@ import { Button } from '../button';
|
||||||
import { useDismissableBannerState } from '../dismissable_banner';
|
import { useDismissableBannerState } from '../dismissable_banner';
|
||||||
import { Icon } from '../icon';
|
import { Icon } from '../icon';
|
||||||
|
|
||||||
|
import classes from './remove_quote_hint.module.css';
|
||||||
|
|
||||||
const DISMISSABLE_BANNER_ID = 'notifications/remove_quote_hint';
|
const DISMISSABLE_BANNER_ID = 'notifications/remove_quote_hint';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -93,7 +95,7 @@ export const RemoveQuoteHint: React.FC<{
|
||||||
id: 'status.more',
|
id: 'status.more',
|
||||||
defaultMessage: 'More',
|
defaultMessage: 'More',
|
||||||
})}
|
})}
|
||||||
style={{ verticalAlign: 'middle' }}
|
className={classes.inlineIcon}
|
||||||
/>
|
/>
|
||||||
),
|
),
|
||||||
}}
|
}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue