]> 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>
Tue, 27 Jun 2023 00:12:41 +0000 (20:12 -0400)
commitb2bd19316007bdad197608f663403b4e98b35341
tree6414cab50b1063559cc7de717c775624e8c60f0c
parent87a5231745723f47b2e99e5d49c14b3d0316f984
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