upub/web/src/objects/mod.rs
alemi 5e7b2354e2
feat(web): better layout for lemmy posts
image on the side that expands on click, text that "reflows" under the
image, attachments don't overflow etc. also mentions. also refactored a
bit. since i refactored its hard to split these 3 changes so have one
big commit aha
2024-07-04 02:14:50 +02:00

4 lines
49 B
Rust

pub mod view;
pub mod item;
pub mod attachment;