feat: changed navbar formatting

This commit is contained in:
Nick 2024-11-16 00:44:39 -06:00
parent 68b6a45d6c
commit 31e9d1cef2
2 changed files with 15 additions and 5 deletions

View file

@ -90,7 +90,7 @@ view { toContentMsg, model, content } =
[ width <| px 200
, alignLeft
, alignTop
, moveDown 30
, paddingEach { top = 20, bottom = 0, left = 10, right = 0 }
, htmlAttribute (H.style "position" "fixed")
, htmlAttribute (H.style "left" "0")
, htmlAttribute (H.style "top" "0")
@ -99,8 +99,9 @@ view { toContentMsg, model, content } =
, htmlAttribute (H.style "transform-style" "preserve-3d")
]
[ column
[ spacing 20
[ spacing 10
, centerX
, height fill
, F.color colourTheme.nonHighlightedText
]
[ image [ spacing 2, width <| px 80, centerX ] { src = "navbar/nutrivorelogo.png", description = "" }