mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
Change --name-width on _IRCLayout.pcss based on ircDisplayNameWidth on Settings.tsx (#10285)
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
parent
4b8bada24b
commit
fef8f3955f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue