Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
margin for y coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
cu1ch3n committed Apr 3, 2024
1 parent 6174987 commit 0a60a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/menu.typ
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
fill: nord6,
height: page_height,
width: page_width,
margin: (x: frame.dx + 2em),
margin: (x: frame.dx + 2em, y: frame.dy + 2em),
background: [
// Seperator lines
#for i in range(num_columns - 1) {
Expand Down

0 comments on commit 0a60a48

Please sign in to comment.