mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -05:00
feat: reverted the arguments page
This commit is contained in:
parent
d9dccdd727
commit
f2c6f1ce26
55 changed files with 272 additions and 619 deletions
|
@ -145,7 +145,7 @@ makeDodge dodgeEntry index =
|
|||
(List.indexedMap
|
||||
(\index2 link ->
|
||||
newTabLink
|
||||
[ paddingEach { top = 0, right = 0, bottom = 0, left = 5 }, F.size 13 ]
|
||||
[ paddingEach { top = 0, right = 15, bottom = 0, left = 5 }, F.size 13 ]
|
||||
{ url = link
|
||||
, label =
|
||||
row []
|
||||
|
@ -161,18 +161,18 @@ makeDodge dodgeEntry index =
|
|||
]
|
||||
, row paragraphBoldFormat
|
||||
[ column [ alignTop, width <| px 165 ]
|
||||
[ text "Proposition:" |> el [ paddingEach { top = 0, right = 0, bottom = 0, left = 70 } ]
|
||||
[ text "Proposition:" |> el [ paddingEach { top = 0, right = 15, bottom = 0, left = 70 } ]
|
||||
]
|
||||
, column [ E.width fill, alignLeft ]
|
||||
, column [ E.width fill, alignLeft, paddingEach { top = 0, right = 15, bottom = 0, left = 0 } ]
|
||||
[ paragraph [ F.regular ] [ text (formatProposition dodgeEntry.dodgeProposition) ]
|
||||
]
|
||||
]
|
||||
, maybeFallacyField
|
||||
, row (paragraphBoldFormat ++ [ width fill ])
|
||||
[ column [ alignTop, width <| px 165 ]
|
||||
[ text "Attitude:" |> el [ paddingEach { top = 0, right = 0, bottom = 0, left = 70 } ]
|
||||
[ text "Attitude:" |> el [ paddingEach { top = 0, right = 15, bottom = 0, left = 70 } ]
|
||||
]
|
||||
, column [ E.width fill, alignLeft ]
|
||||
, column [ E.width fill, alignLeft, paddingEach { top = 0, right = 15, bottom = 0, left = 0 } ]
|
||||
[ case dodgeEntry.dodgeNicksDoxasticState of
|
||||
Nothing ->
|
||||
paragraph [ F.regular ] [ text "I don't form a doxastic state." ]
|
||||
|
@ -199,7 +199,7 @@ makeDodge dodgeEntry index =
|
|||
[ column [ alignTop, width <| px 165 ]
|
||||
[ text "Reason:" |> el [ paddingEach { top = 0, right = 0, bottom = 0, left = 70 } ]
|
||||
]
|
||||
, column [ E.width fill, alignLeft ]
|
||||
, column [ E.width fill, alignLeft, paddingEach { top = 0, right = 15, bottom = 0, left = 0 } ]
|
||||
[ paragraph [ F.regular ]
|
||||
[ text <|
|
||||
case dodgeEntry.dodgeNicksDoxasticReason of
|
||||
|
@ -255,41 +255,41 @@ cuckMaker cuck =
|
|||
[ row
|
||||
(nonHighlightedTitleFormat
|
||||
++ [ F.size 20
|
||||
|
||||
-- , B.color colourTheme.highlightTextHover
|
||||
, B.color colourTheme.highlightTextHover
|
||||
, paddingEach { top = 6, bottom = 3, left = 25, right = 15 }
|
||||
, alignBottom
|
||||
, width fill
|
||||
, D.roundEach { topLeft = 26, topRight = 15, bottomRight = 0, bottomLeft = 0 }
|
||||
, B.gradient
|
||||
{ angle = 1.5708
|
||||
, steps =
|
||||
[ colourTheme.highlightTextHover
|
||||
, colourTheme.highlightTextHover
|
||||
, colourTheme.transparent
|
||||
, colourTheme.transparent
|
||||
]
|
||||
}
|
||||
, D.roundEach { topLeft = 26, topRight = 26, bottomRight = 0, bottomLeft = 0 }
|
||||
|
||||
-- , B.gradient
|
||||
-- { angle = 1.5708
|
||||
-- , steps =
|
||||
-- [ colourTheme.highlightTextHover
|
||||
-- , colourTheme.highlightTextHover
|
||||
-- , colourTheme.transparent
|
||||
-- , colourTheme.transparent
|
||||
-- ]
|
||||
-- }
|
||||
]
|
||||
)
|
||||
[ text cuck.cuckName ]
|
||||
, column
|
||||
[ E.height fill
|
||||
, E.width fill
|
||||
|
||||
-- , B.color colourTheme.cardBackground
|
||||
, B.color colourTheme.cardBackground
|
||||
, paddingEach { top = 10, bottom = 10, left = 10, right = 10 }
|
||||
, D.roundEach { topLeft = 0, topRight = 0, bottomRight = 0, bottomLeft = 26 }
|
||||
, D.roundEach { topLeft = 0, topRight = 0, bottomRight = 26, bottomLeft = 26 }
|
||||
, spacing 3
|
||||
, B.gradient
|
||||
{ angle = 1.5708
|
||||
, steps =
|
||||
[ colourTheme.cardBackground
|
||||
, colourTheme.cardBackground
|
||||
, colourTheme.transparent
|
||||
, colourTheme.transparent
|
||||
]
|
||||
}
|
||||
|
||||
-- , B.gradient
|
||||
-- { angle = 1.5708
|
||||
-- , steps =
|
||||
-- [ colourTheme.cardBackground
|
||||
-- , colourTheme.cardBackground
|
||||
-- , colourTheme.transparent
|
||||
-- , colourTheme.transparent
|
||||
-- ]
|
||||
-- }
|
||||
]
|
||||
[ row
|
||||
(paragraphBoldFormat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue