]> Untitled Git - lemmy-ui.git/commit
Fix: missing semantic css classes and html elements (#1583)
authorAnansi <72401951+0xAnansi@users.noreply.github.com>
Mon, 26 Jun 2023 18:51:04 +0000 (20:51 +0200)
committerGitHub <noreply@github.com>
Mon, 26 Jun 2023 18:51:04 +0000 (14:51 -0400)
commitcb6ab15254a60a10fa993e65387d40c739c432ef
tree4e91385380af16439385e9870793471d99992423
parentc6f23aa64e1de79680d93091f0b02c1b4f7da36c
Fix: missing semantic css classes and html elements (#1583)

* Fix: missing semantic css classes and html elements.

Now all pages have a main and aside element when a sidebar is present to facilitate custom theming. This does not impact the default behavior of the front.

* Fix: re-added communityref on main element

---------

Co-authored-by: 0xAnansi <0xAnansi@omageni.com>
Co-authored-by: Jay Sitter <jsit@users.noreply.github.com>
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
src/shared/components/app/app.tsx
src/shared/components/community/community.tsx
src/shared/components/post/post.tsx