From 43e3aa9f5bf1f7034dd7aa400c990050726445c9 Mon Sep 17 00:00:00 2001 From: Preston Date: Mon, 19 Oct 2020 10:16:17 -0400 Subject: [PATCH] Slightly increase comment text size --- .../components/watch-video-comments/watch-video-comments.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/watch-video-comments/watch-video-comments.css b/src/renderer/components/watch-video-comments/watch-video-comments.css index faf51649..a94f5a17 100644 --- a/src/renderer/components/watch-video-comments/watch-video-comments.css +++ b/src/renderer/components/watch-video-comments/watch-video-comments.css @@ -44,7 +44,7 @@ } .commentText { - font-size: 12px; + font-size: 14px; margin-top: -10px; margin-left: 70px; }