mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-03 12:51:04 +02: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
@ -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…
x
Reference in New Issue
Block a user