pl-fe: improve follow hashtag setting styles

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-09-15 11:21:52 +02:00
parent c9d15cd392
commit bf01ca26ae

View File

@ -51,6 +51,7 @@ const HashtagTimeline: React.FC<IHashtagTimeline> = ({ params }) => {
{features.followHashtags && isLoggedIn && ( {features.followHashtags && isLoggedIn && (
<List> <List>
<ListItem <ListItem
className='mb-3 black:mx-4 black:mb-0'
label={<FormattedMessage id='hashtag.follow' defaultMessage='Follow hashtag' />} label={<FormattedMessage id='hashtag.follow' defaultMessage='Follow hashtag' />}
> >
<Toggle <Toggle