]> 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)
committerJay Sitter <jay@jaysitter.com>
Mon, 26 Jun 2023 22:30:31 +0000 (18:30 -0400)
commitcf10bd64ad8fb19090f715c09af6b8e59fee9a38
tree238c288e4a19828fdd7a101a3115d2c0d6b95fca
parent91122f4061d7204e2823d7f11b1414e8bf24237e
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