summaryrefslogtreecommitdiff
path: root/book/book.typ
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-11-18 21:50:31 +0100
committermetamuffin <metamuffin@disroot.org>2024-11-18 21:50:31 +0100
commit0df3b8b72b6f68af78b983d1fd3877b007deccfa (patch)
tree6e3c215f5fa992326e4e58dc5c615f27ca52ca08 /book/book.typ
parent3519e5669313ae4fa28774e81168c142954034c1 (diff)
downloadhurrycurry-0df3b8b72b6f68af78b983d1fd3877b007deccfa.tar
hurrycurry-0df3b8b72b6f68af78b983d1fd3877b007deccfa.tar.bz2
hurrycurry-0df3b8b72b6f68af78b983d1fd3877b007deccfa.tar.zst
improved toc
Diffstat (limited to 'book/book.typ')
-rw-r--r--book/book.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/book.typ b/book/book.typ
index 8b1c3e3d..79e3f7eb 100644
--- a/book/book.typ
+++ b/book/book.typ
@@ -62,7 +62,7 @@
] else if elem.t == "label" [
#element(elem.e) #label(elem.id)
] else if elem.t == "align" [
- #align(if elem.dir == "flow_end" { right } else { bottom }, element(elem.e))
+ #h(1fr) #align(if elem.dir == "flow_end" { right } else { bottom }, element(elem.e))
] else if elem.t == "container" [
#for e in elem.es [
#element(e)