Skip to content

Commit

Permalink
style: align burger menu with title
Browse files Browse the repository at this point in the history
  • Loading branch information
tmlmt committed Jul 14, 2024
1 parent 4184750 commit c7c79b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion milk_tracker/pages/header.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

def display_header() -> ui.element:
"""Display header."""
with ui.element().classes("absolute top-0 right-0 mt-6 mr-4") as div:
with ui.element().classes("absolute top-0 right-0 mt-11 mr-4") as div:
with ui.button(icon="menu"):
with ui.menu() as menu:
ui.menu_item("Meals", lambda: ui.navigate.to("/"))
Expand Down

0 comments on commit c7c79b3

Please # to comment.