mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-17 04:45:12 -05:00
feat: worked on some stuff
This commit is contained in:
parent
d8ac47c5ee
commit
cfbab179e2
48 changed files with 45 additions and 47 deletions
|
@ -43,7 +43,6 @@ nutriDexMaker nutridex =
|
|||
, nutriDexMinerals
|
||||
, nutriDexAminoAcids
|
||||
]
|
||||
, nutriDexReferenceTitleMaker
|
||||
, nutriDexReferences nutridex
|
||||
]
|
||||
]
|
||||
|
@ -73,7 +72,6 @@ nutriDexMakerMobile nutridex =
|
|||
, nutriDexMinerals
|
||||
, nutriDexAminoAcids
|
||||
]
|
||||
, nutriDexReferenceTitleMaker
|
||||
, nutriDexReferences nutridex
|
||||
]
|
||||
]
|
||||
|
@ -276,6 +274,7 @@ nutriDexTitleMaker title =
|
|||
[ width fill
|
||||
, height fill
|
||||
, spacing 20
|
||||
, paddingEach { top = 0, bottom = 0, left = 100, right = 100 }
|
||||
]
|
||||
[ row
|
||||
[ width fill
|
||||
|
@ -829,7 +828,8 @@ nutriDexReferences nutridex =
|
|||
[ width fill
|
||||
, height fill
|
||||
]
|
||||
[ column [ width fill, F.size 15, spacing 10 ] <|
|
||||
[ nutriDexTitleMaker "Reference"
|
||||
, column [ width fill, F.size 15, spacing 10 ] <|
|
||||
List.map2 (\x y -> makeReference x y)
|
||||
nutridex.nutriDexReference
|
||||
(List.range 1 (List.length nutridex.nutriDexReference))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue