From be958dd6c2f1ffe0a9471f97d0aabb326243fd2b Mon Sep 17 00:00:00 2001
From: FloPinguin <25036848+FloPinguin@users.noreply.github.com>
Date: Thu, 22 Jan 2026 23:52:34 +0100
Subject: [PATCH] =?UTF-8?q?Fix=20NewsModal=20design=20a=20bit=20?=
=?UTF-8?q?=F0=9F=96=8C=EF=B8=8F=20(#3002)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## Description:
Fix \
margins.
Maybe for v29, so people get less eye cancer 😄
Previous:
Now:
## Please complete the following:
- [X] I have added screenshots for all UI updates
- [X] I process any text displayed to the user through translateText()
and I've added it to the en.json file
- [X] I have added relevant tests to the test directory
- [X] I confirm I have thoroughly tested these changes and take full
responsibility for any bugs introduced
## Please put your Discord username so you can be contacted if a bug or
regression is found:
FloPinguin
---
src/client/NewsModal.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/client/NewsModal.ts b/src/client/NewsModal.ts
index 5a66d4c9e..4c67f10c8 100644
--- a/src/client/NewsModal.ts
+++ b/src/client/NewsModal.ts
@@ -33,7 +33,7 @@ export class NewsModal extends BaseModal {
[&_h1]:text-2xl [&_h1]:font-bold [&_h1]:mb-4 [&_h1]:text-white [&_h1]:border-b [&_h1]:border-white/10 [&_h1]:pb-2
[&_h2]:text-xl [&_h2]:font-bold [&_h2]:mt-6 [&_h2]:mb-3 [&_h2]:text-blue-200
[&_h3]:text-lg [&_h3]:font-semibold [&_h3]:mt-4 [&_h3]:mb-2 [&_h3]:text-blue-100
- [&_ul]:pl-5 [&_ul]:list-disc [&_ul]:space-y-1
+ [&_ul]:pl-5 [&_ul]:my-3 [&_ul]:list-disc [&_ul]:space-y-1
[&_li]:text-gray-300 [&_li]:leading-relaxed
[&_p]:text-gray-300 [&_p]:mb-3 [&_strong]:text-white [&_strong]:font-bold
scrollbar-thin scrollbar-thumb-white/20 scrollbar-track-transparent"