From 5e04040f5f61c304b3d778d9af92607466cf6c27 Mon Sep 17 00:00:00 2001 From: CuriousMagpie Date: Wed, 14 Jun 2023 12:09:49 -0400 Subject: [PATCH 1/3] WIP(faq): initial round of edits --- .../src/components/static/chatSunsetFaq.vue | 16 +++++++++------- website/common/locales/en/faq.json | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/website/client/src/components/static/chatSunsetFaq.vue b/website/client/src/components/static/chatSunsetFaq.vue index ff42ebfb5f..8c04bbb436 100644 --- a/website/client/src/components/static/chatSunsetFaq.vue +++ b/website/client/src/components/static/chatSunsetFaq.vue @@ -404,6 +404,7 @@ font-weight: bold; line-height: 1.71; margin-bottom: 8px; + color: $gray-10; } .staff { @@ -415,20 +416,21 @@ } .title { + height: 24px; color: $purple-300; font-weight: bold; - line-height: 1.71; - display: inline-block; + display: inline-block; margin-bottom: 4px; } } .player-header { + height: 24px; font-size: 0.875em; font-weight: bold; - line-height: 1.71; - margin-top: 24px; - margin-bottom: 8px; + margin-top: 20px; + margin-bottom: 4px; + color: $gray-10; } .tier-list { list-style-type: none; @@ -436,11 +438,11 @@ width: 282px; li { + height: 40px; border-radius: 4px; border: solid 1px $gray-500; text-align: center; - padding-top: 8px; - padding-bottom: 8px; + padding: 8px 0; margin-bottom: 8px; margin-right: 4px; font-weight: bold; diff --git a/website/common/locales/en/faq.json b/website/common/locales/en/faq.json index 9a921088fb..76ea9c223e 100644 --- a/website/common/locales/en/faq.json +++ b/website/common/locales/en/faq.json @@ -182,7 +182,7 @@ "sunsetFaqHeader10": "Where will players go when they have questions about how to use Habitica?", "sunsetFaqList8": "Our existing FAQ is a great resource and can be found from the Help menu, or Support on mobile. We are in the process of creating a more comprehensive and improved FAQ to help guide players moving forward.", - "sunsetFaqList9": "This blog post [NEED ACTUAL URL] also provides a handy guide for new players.", + "sunsetFaqList9": "This blog post also provides a handy guide for new players.", "sunsetFaqList10": "Players are also encouraged to email admin@habitica.com with any questions for which they cannot find answers in the above links.", "sunsetFaqHeader11": "How does this affect Habitica’s Community Guidelines and Terms of Service?", From 973fa2edc29bbf2ed9d2b6a3ae198f196a57bfe4 Mon Sep 17 00:00:00 2001 From: CuriousMagpie Date: Wed, 14 Jun 2023 16:43:18 -0400 Subject: [PATCH 2/3] WIP(faq): update spacing and font size --- .../src/components/static/chatSunsetFaq.vue | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/website/client/src/components/static/chatSunsetFaq.vue b/website/client/src/components/static/chatSunsetFaq.vue index 8c04bbb436..7ac4755310 100644 --- a/website/client/src/components/static/chatSunsetFaq.vue +++ b/website/client/src/components/static/chatSunsetFaq.vue @@ -289,7 +289,7 @@ -
+
From 8b5ff7c2f97490b35026e4f1a46cb02d0def0152 Mon Sep 17 00:00:00 2001 From: CuriousMagpie Date: Thu, 15 Jun 2023 11:40:12 -0400 Subject: [PATCH 3/3] WIP(faq): working on Dan'l --- website/client/src/components/static/chatSunsetFaq.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/client/src/components/static/chatSunsetFaq.vue b/website/client/src/components/static/chatSunsetFaq.vue index 7ac4755310..7b7a2b909d 100644 --- a/website/client/src/components/static/chatSunsetFaq.vue +++ b/website/client/src/components/static/chatSunsetFaq.vue @@ -1,6 +1,6 @@