From 9bff2762fc2723a0fdc01091eddb68cf33f405d9 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sun, 29 Oct 2023 23:15:22 +0200 Subject: [PATCH] Align message top bar text --- public/index.html | 6 ++++-- public/style.css | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index 2a7c6104c..f6656d266 100644 --- a/public/index.html +++ b/public/index.html @@ -4479,8 +4479,10 @@
- ${characterName} - +
+ ${characterName} + +
diff --git a/public/style.css b/public/style.css index 1e8a33b00..2b85ee607 100644 --- a/public/style.css +++ b/public/style.css @@ -3540,8 +3540,8 @@ a { .icon-svg { fill: currentColor; /* Takes on the color of the surrounding text */ - width: 16px; - height: 16px; + width: auto; + height: 14px; vertical-align: middle; /* To align with adjacent text */ }