From 455cb6f575e27dd4b3326ca4553403a4d44de5ea Mon Sep 17 00:00:00 2001 From: Mary Kate Date: Sat, 15 Aug 2020 18:19:27 -0500 Subject: [PATCH] only render layout colum inner div when column exists, fixes #293 --- .../features/ui/components/columns_area.js | Bin 1491 -> 1598 bytes .../features/ui/components/link_footer.js | Bin 2418 -> 2410 bytes app/styles/components/getting-started.scss | 8 ++++++++ 3 files changed, 8 insertions(+) diff --git a/app/soapbox/features/ui/components/columns_area.js b/app/soapbox/features/ui/components/columns_area.js index cc35321b2b7cd288611c9eb843d65265111ab403..6a29799ccc87217fcfdf100b350965837d7e9721 100644 GIT binary patch delta 119 zcmcc2y^m)@C9`O?LQZ03erbuGkE>gVf|?qa0uW3VWHy`Z#ws;Aj+JZjQD%|J)vTf{ o3JSGclM7jeH-Bc diff --git a/app/styles/components/getting-started.scss b/app/styles/components/getting-started.scss index 92e37fe166..0aef52bad7 100644 --- a/app/styles/components/getting-started.scss +++ b/app/styles/components/getting-started.scss @@ -28,6 +28,14 @@ display: inline; } + ul li::after { + content: ' ยท '; + } + + ul li:last-child::after { + content: ''; + } + p { color: hsla(var(--primary-text-color_hsl), 0.8); font-size: 13px;