Skip to content

Commit

Permalink
fix: fix footer progress in metropolis theme
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeX4 committed Feb 4, 2024
1 parent 0c4b347 commit 7c65111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/metropolis.typ
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
text(fill: self.colors.primary-dark, utils.call-or-display(self, self.m-footer-right))
})
if self.m-footer-progress {
place(block(height: 2pt, width: 100%, spacing: 0pt, self.m-progress-bar))
place(bottom, block(height: 2pt, width: 100%, spacing: 0pt, self.m-progress-bar))
}
}
self.page-args = self.page-args + (
Expand Down

0 comments on commit 7c65111

Please sign in to comment.