Skip to content

Commit

Permalink
update for aleks comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Gotsman committed Apr 2, 2024
1 parent e424284 commit 42e3ce3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions customer_data_app/customer_data_app/customer_data_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,10 +261,10 @@ def navbar():
rx.avatar(fallback="TG", size="4"),
rx.color_mode.button(rx.color_mode.icon(), size="3", float="right"),
position="fixed",
width="calc(100% - 250px)",
width="100%",
top="0px",
z_index="1000",
padding_x="2em",
padding_x="4em",
padding_top="2em",
padding_bottom="1em",
backdrop_filter="blur(10px)",
Expand Down Expand Up @@ -314,9 +314,8 @@ def index() -> rx.Component:
rx.box(
content(),
margin_top="calc(50px + 2em)",
padding="2em",
padding="4em",
),
padding_left="250px",
font_family="Inter",
)

Expand Down

0 comments on commit 42e3ce3

Please sign in to comment.