[Glitch] Fix notifications page error in Tor browser

Port 71af094f9735cea10cb0e2da92ebac1608393ebb to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
diondiondion 2025-12-17 15:38:46 +01:00 committed by Claire
parent 22724d2367
commit 516f0ce131
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,3 @@
.inlineIcon {
vertical-align: middle;
}

View File

@ -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}
/> />
), ),
}} }}