From e6bece5ce9d7b4e412f316e549ccb0909641e910 Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 2 Jan 2025 03:18:35 -0600 Subject: [PATCH] feat: fixed criticism page --- frontend/src/Pages/Contact/Criticism.elm | 58 ++++++++++++------------ 1 file changed, 30 insertions(+), 28 deletions(-) diff --git a/frontend/src/Pages/Contact/Criticism.elm b/frontend/src/Pages/Contact/Criticism.elm index 7b86242..ef65d65 100755 --- a/frontend/src/Pages/Contact/Criticism.elm +++ b/frontend/src/Pages/Contact/Criticism.elm @@ -327,38 +327,40 @@ termsAndConditions device = ] , [ row [] [ detailFormat paragraph - [ detailBodyMaker TextLightGrey (text "You will post exactly this in the ") - , newTabLink [] - { url = "https://discord.com/channels/692563032546476062/826225570219687956" - , label = el orangeFormat <| detailBodyMaker TextLightOrange (text "💻┃general") - } - , detailBodyMaker TextLightGrey (text " channel:") - ] - , column - [ paddingEach - { top = 10 - , bottom = 10 - , left = 0 - , right = 0 - } - , alignLeft - ] - [ paragraph - [ paddingEach - { top = 15 - , bottom = 15 - , left = 20 - , right = 20 + [ paragraph [ F.alignLeft ] + [ detailBodyMaker TextLightGrey (text "You will post your criticism in the ") + , newTabLink [] + { url = "https://discord.com/channels/692563032546476062/826225570219687956" + , label = el orangeFormat <| detailBodyMaker TextLightOrange (text "💻┃general") } - , backGroundCase - , rounding - , width fill - , spacing 8 - ] - [ detailBodyMaker TextLightGrey (text "\"@Moderators I have a criticism for Nick.\"") + , detailBodyMaker TextLightGrey (text " channel with this exact format:") ] ] ] + , column + [ paddingEach + { top = 10 + , bottom = 10 + , left = 0 + , right = 0 + } + , alignLeft + ] + [ paragraph + [ paddingEach + { top = 15 + , bottom = 15 + , left = 20 + , right = 20 + } + , backGroundCase + , rounding + , width fill + , spacing 8 + ] + [ detailBodyMaker TextLightGrey (text "\"@Moderators I have a criticism for Nick.\"") + ] + ] ] , [ row [] [ detailFormat paragraph