Add gap between user link and artwork
This commit is contained in:
parent
14a08e4937
commit
c4407d86e5
|
@ -42,6 +42,7 @@ void artworks_route(const httplib::Request& req, httplib::Response& res, const C
|
|||
Element body("body", {
|
||||
Element("h2", {illust.title}),
|
||||
generate_user_link(req, config, illust),
|
||||
Element("br"),
|
||||
!preview ? generate_images(req, config, illust) : generate_preview_images(req, config, illust),
|
||||
Element("br")
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue