From dae39e2f5234d87be6dec4e30307dd5003aa771f Mon Sep 17 00:00:00 2001 From: osmarks Date: Mon, 26 Feb 2024 19:20:31 +0000 Subject: [PATCH] comment layout fix --- templates/layout.pug | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/layout.pug b/templates/layout.pug index f5416df..3207e6e 100644 --- a/templates/layout.pug +++ b/templates/layout.pug @@ -63,9 +63,9 @@ html(lang="en") em.description!= description block content - if comments !== "off" - .isso - section(id="isso-thread") - if haveSidenotes .sidenotes + + if comments !== "off" + main(class=!haveSidenotes ? "fullwidth isso" : "isso") + section(id="isso-thread") \ No newline at end of file