From: Jay Sitter Date: Wed, 21 Jun 2023 04:01:31 +0000 (-0400) Subject: fix: Fix Communities search/filter header #1417 X-Git-Url: http://these/git/%7Bthis.captchaPngSrc%28res%29%7D?a=commitdiff_plain;h=65703793f6ed3f0d56d4e7faac9791b62431eccd;p=lemmy-ui.git fix: Fix Communities search/filter header #1417 --- diff --git a/src/shared/components/community/communities.tsx b/src/shared/components/community/communities.tsx index 7cf072e..bf89782 100644 --- a/src/shared/components/community/communities.tsx +++ b/src/shared/components/community/communities.tsx @@ -100,19 +100,17 @@ export class Communities extends Component { const { listingType, page } = this.getCommunitiesQueryParams(); return (
-
-
-

{i18n.t("list_of_communities")}

- - - +

{i18n.t("list_of_communities")}

+
+
+
-
{this.searchForm()}
+
{this.searchForm()}
@@ -220,14 +218,14 @@ export class Communities extends Component { searchForm() { return (
{ -