From ffdee45663a14b8adbcf5c124a151ad79f5787d9 Mon Sep 17 00:00:00 2001 From: CHOMPStation2 <58959929+CHOMPStation2@users.noreply.github.com> Date: Sat, 13 Jul 2024 06:44:09 -0700 Subject: [PATCH] [MIRROR] resyncs chat styles (#8639) Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> --- tgui/packages/tgui-panel/styles/tgchat/chat-dark.scss | 1 + tgui/packages/tgui-panel/styles/tgchat/chat-light.scss | 1 + tgui/packages/tgui-panel/styles/tgchat/chat-vchatdark.scss | 1 + tgui/packages/tgui-panel/styles/tgchat/chat-vchatlight.scss | 1 + 4 files changed, 4 insertions(+) diff --git a/tgui/packages/tgui-panel/styles/tgchat/chat-dark.scss b/tgui/packages/tgui-panel/styles/tgchat/chat-dark.scss index bb48314f35..e39563df93 100644 --- a/tgui/packages/tgui-panel/styles/tgchat/chat-dark.scss +++ b/tgui/packages/tgui-panel/styles/tgchat/chat-dark.scss @@ -1418,4 +1418,5 @@ $border-width-px: $border-width * 1px; font-size: 150%; font-weight: bold; font-family: 'Gabriola', cursive, sans-serif; + line-height: 0.3; } diff --git a/tgui/packages/tgui-panel/styles/tgchat/chat-light.scss b/tgui/packages/tgui-panel/styles/tgchat/chat-light.scss index 3452bf965a..749da15f90 100644 --- a/tgui/packages/tgui-panel/styles/tgchat/chat-light.scss +++ b/tgui/packages/tgui-panel/styles/tgchat/chat-light.scss @@ -1451,4 +1451,5 @@ $border-width-px: $border-width * 1px; font-size: 150%; font-weight: bold; font-family: 'Gabriola', cursive, sans-serif; + line-height: 0.3; } diff --git a/tgui/packages/tgui-panel/styles/tgchat/chat-vchatdark.scss b/tgui/packages/tgui-panel/styles/tgchat/chat-vchatdark.scss index a8e1b08109..ea6251931b 100644 --- a/tgui/packages/tgui-panel/styles/tgchat/chat-vchatdark.scss +++ b/tgui/packages/tgui-panel/styles/tgchat/chat-vchatdark.scss @@ -1419,4 +1419,5 @@ $border-width-px: $border-width * 1px; font-size: 150%; font-weight: bold; font-family: 'Gabriola', cursive, sans-serif; + line-height: 0.3; } diff --git a/tgui/packages/tgui-panel/styles/tgchat/chat-vchatlight.scss b/tgui/packages/tgui-panel/styles/tgchat/chat-vchatlight.scss index f26caaae57..0d8f5347a3 100644 --- a/tgui/packages/tgui-panel/styles/tgchat/chat-vchatlight.scss +++ b/tgui/packages/tgui-panel/styles/tgchat/chat-vchatlight.scss @@ -1449,4 +1449,5 @@ $border-width-px: $border-width * 1px; font-size: 150%; font-weight: bold; font-family: 'Gabriola', cursive, sans-serif; + line-height: 0.3; }