Change --name-width on _IRCLayout.pcss based on ircDisplayNameWidth on Settings.tsx (#10285)

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
t3chguy/dedup-icons-17oct
Suguru Hirahara 2023-03-07 13:32:38 +00:00 committed by GitHub
parent 4b8bada24b
commit fef8f3955f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;