Skip to content

Commit

Permalink
ui: fix small things
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Hivert <[email protected]>
  • Loading branch information
ghivert committed May 13, 2024
1 parent c1dad97 commit 62cb280
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/frontend/src/frontend/styles.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ pub fn navbar() {
s.gap(px(48)),
s.background(palette.dark.underwater_blue),
s.height(px(130)),
s.z_index(1000),
])
|> s.memo()
|> s.to_lustre()
Expand Down Expand Up @@ -464,7 +465,7 @@ pub fn sidebar_module_name() {
s.display("block"),
s.property("padding-block", "0"),
s.property("padding-inline", "0"),
s.padding_left(px(24)),
s.padding_left(px(12)),
])
|> s.to_lustre()
}
Expand Down

0 comments on commit 62cb280

Please sign in to comment.