From 4a71bda1dcbf92679b1dcfbb4cb0ebdf9ca7547d Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Thu, 28 Mar 2024 01:28:41 +0200 Subject: [PATCH] Bit tighter character panel layout --- public/index.html | 8 ++++---- public/style.css | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/index.html b/public/index.html index baf5c2d3d..03fd07a4c 100644 --- a/public/index.html +++ b/public/index.html @@ -4110,7 +4110,7 @@
- +
@@ -4130,7 +4130,7 @@

-
+
-
+
First message @@ -4193,7 +4193,7 @@
- +
diff --git a/public/style.css b/public/style.css index 3f54d5cec..6e000651d 100644 --- a/public/style.css +++ b/public/style.css @@ -1416,7 +1416,7 @@ input[type="file"] { } .extension_token_counter { - font-size: calc(var(--mainFontSize) * 0.9); + font-size: calc(var(--mainFontSize) * 0.875); width: 100%; text-align: right; margin-bottom: 5px;