feat: did a ton of work

This commit is contained in:
Nick 2024-11-26 04:32:11 -06:00
parent a220b0d9c1
commit 078bd0ac70
67 changed files with 358 additions and 192 deletions

View file

@ -175,9 +175,8 @@ debateList model =
argColumn : Bool -> Element Msg
argColumn isHidden =
column
-- (explain Debug.todo ::
[ padding 30
, spacing 10
, spacing 15
]
<|
List.map argumentMaker <|
@ -201,7 +200,13 @@ debateList model =
(List.map Just model.argHeights)
in
el
[ behindContent <| argColumn True ]
[ behindContent <| argColumn True
, spacing 10
, centerX
, centerY
, alignTop
, paddingEach { top = 30, bottom = 30, left = 30, right = 30 }
]
<|
argColumn False