mirror of https://github.com/vector-im/riot-web
Change --name-width on _IRCLayout.pcss based on ircDisplayNameWidth on Settings.tsx (#10285)
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>pull/28217/head
parent
4b8bada24b
commit
fef8f3955f
|
@ -17,7 +17,7 @@ limitations under the License.
|
||||||
$irc-line-height: $font-18px;
|
$irc-line-height: $font-18px;
|
||||||
|
|
||||||
.mx_IRCLayout {
|
.mx_IRCLayout {
|
||||||
--name-width: 70px;
|
--name-width: 80px; // cf. ircDisplayNameWidth on Settings.tsx
|
||||||
--icon-width: 14px;
|
--icon-width: 14px;
|
||||||
--right-padding: 5px;
|
--right-padding: 5px;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue