Skip to content

Commit fef8f39

Browse files
authored
Change --name-width on _IRCLayout.pcss based on ircDisplayNameWidth on Settings.tsx (matrix-org#10285)
Signed-off-by: Suguru Hirahara <[email protected]>
1 parent 4b8bada commit fef8f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/views/rooms/_IRCLayout.pcss

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
$irc-line-height: $font-18px;
1818

1919
.mx_IRCLayout {
20-
--name-width: 70px;
20+
--name-width: 80px; // cf. ircDisplayNameWidth on Settings.tsx
2121
--icon-width: 14px;
2222
--right-padding: 5px;
2323

0 commit comments

Comments
 (0)