From fef8f3955fc4f2ee36dd7ed80f32a8727ee1c4ad Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Tue, 7 Mar 2023 13:32:38 +0000 Subject: [PATCH] Change --name-width on _IRCLayout.pcss based on ircDisplayNameWidth on Settings.tsx (#10285) Signed-off-by: Suguru Hirahara --- res/css/views/rooms/_IRCLayout.pcss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/views/rooms/_IRCLayout.pcss b/res/css/views/rooms/_IRCLayout.pcss index ed27991839..3a463318e1 100644 --- a/res/css/views/rooms/_IRCLayout.pcss +++ b/res/css/views/rooms/_IRCLayout.pcss @@ -17,7 +17,7 @@ limitations under the License. $irc-line-height: $font-18px; .mx_IRCLayout { - --name-width: 70px; + --name-width: 80px; // cf. ircDisplayNameWidth on Settings.tsx --icon-width: 14px; --right-padding: 5px;