feat: selling cucks and cuck accessories

This commit is contained in:
Nick 2024-11-14 15:48:28 -06:00
parent 6bfa1d55f5
commit bd824fbc99
119 changed files with 10 additions and 9 deletions

5
frontend/src/Cuckery/Helpers.elm Normal file → Executable file
View file

@ -54,7 +54,7 @@ makeDodge dodgeEntry index =
[ column [ alignTop ]
[ text " Proposition:"
]
, column [ width fill, alignLeft ] [ paragraph [ F.regular ] [ text ("\"" ++ dodgeEntry.dodgeProposition ++ "\"") ] ]
, column [ width <| px 350, alignLeft ] [ paragraph [ F.regular ] [ text dodgeEntry.dodgeProposition ] ]
]
, row (paragraphBoldFormat ++ [ width fill ])
[ text " Doxastic State:"
@ -97,7 +97,8 @@ makeDodge dodgeEntry index =
cuckMaker : Cuck -> Element msg
cuckMaker cuck =
row [ imageSpacer, alignLeft ]
[ image [ centerX, centerY, D.rounded 100, clip, width <| px 80 ]
[ image [ centerX, centerY, alignTop, D.rounded 100, clip, width <| px 72
]
{ src = "cucks/" ++ cuck.cuckImage ++ ".png"
, description = cuck.cuckName
}