From f40eb064b07a28b0124f2cd1f0d753b43083be97 Mon Sep 17 00:00:00 2001 From: matty Date: Sat, 22 Jun 2024 15:33:29 -0400 Subject: [PATCH] test larger chat message sizes --- conversejs/custom/shared/styles/_peertubetheme.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/conversejs/custom/shared/styles/_peertubetheme.scss b/conversejs/custom/shared/styles/_peertubetheme.scss index bb517852..4d2b1811 100644 --- a/conversejs/custom/shared/styles/_peertubetheme.scss +++ b/conversejs/custom/shared/styles/_peertubetheme.scss @@ -126,6 +126,7 @@ } .chat-msg__text { + font-size: 2rem; // spoiler content more visible. &.spoiler { color: var(--peertube-grey-foreground) !important;