From: Jay Sitter Date: Thu, 22 Jun 2023 21:37:10 +0000 (-0400) Subject: Merge remote-tracking branch 'origin/main' into feat/add-post-body-preview-to-desktop X-Git-Url: http://these/git/?a=commitdiff_plain;h=a9bcf0567d815afcfbe1775bff3dc1eea66c1c18;p=lemmy-ui.git Merge remote-tracking branch 'origin/main' into feat/add-post-body-preview-to-desktop * origin/main: (40 commits) Adding jsit to codeowners. Cleanup, only check for /u/ if /c/ and /m/ checks fail Rename function to be more generic, since it parses users Typescript linter fixes bandaid fix our video embeds Remove pipe from community link regex Add missing classes Use shorter regex in community link parser Move regex pattern to config Update community link markdown parsing Fix avatar alignment issue (#1475) Omit user-scalable to use default Update getHttpBase dependency reference Enable users to zoom on mobile rethink it a bit rethink it a bit add fallback style tag move env utils into folder fix capitalization (#1467) Fix buildThemeList() function to ensure no duplicates (#1466) ... --- a9bcf0567d815afcfbe1775bff3dc1eea66c1c18 diff --cc src/shared/components/post/post-listing.tsx index 3c27165,93b8fff..d5ddc2f --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@@ -360,25 -381,33 +381,30 @@@ export class PostListing extends Compon createdLine() { const post_view = this.postView; return ( -