pl-fe: improve follow hashtag setting styles
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user