|
|
@ -14,6 +14,9 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
background-color: $color-light-10;
|
|
|
|
background-color: $color-light-10;
|
|
|
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
|
|
|
|
.name-part {
|
|
|
|
.name-part {
|
|
|
|
font-weight: 300;
|
|
|
|
font-weight: 300;
|
|
|
@ -22,6 +25,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
.pubkey-part {
|
|
|
|
.pubkey-part {
|
|
|
|
margin-left: 6px;
|
|
|
|
margin-left: 6px;
|
|
|
|
|
|
|
|
color: darkslategrey;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -60,6 +64,10 @@
|
|
|
|
background-color: $color-dark-70;
|
|
|
|
background-color: $color-dark-70;
|
|
|
|
|
|
|
|
|
|
|
|
color: white;
|
|
|
|
color: white;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.pubkey-part {
|
|
|
|
|
|
|
|
color: rgb(230, 230, 230);
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.member-selected {
|
|
|
|
.member-selected {
|
|
|
|