Show full name close to nickname in subscribers list. For consistency with groups list
This commit is contained in:
parent
a416abb940
commit
31bcf8cfa2
|
@ -1618,9 +1618,6 @@ ul.profile_list li {
|
|||
.profile_list .h-card .u-photo {
|
||||
margin-right: 4px;
|
||||
}
|
||||
.profile_list .h-card .p-nickname {
|
||||
display: block;
|
||||
}
|
||||
|
||||
table.profile_list tbody tr:nth-child(2n+1) {
|
||||
background-color: #fafafa !important;
|
||||
|
@ -1633,23 +1630,13 @@ margin-left:0;
|
|||
}
|
||||
|
||||
.entity_profile .p-nickname {
|
||||
font-size: 1.0em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.entity_profile .p-name {
|
||||
font-size: 1.0em;
|
||||
clear: left;
|
||||
}
|
||||
|
||||
.entity_profile .label {
|
||||
font-size: 1.0em;
|
||||
clear: left;
|
||||
}
|
||||
.entity_profile .label:before {
|
||||
content: "@";
|
||||
}
|
||||
|
||||
.entity_profile .p-name:before {
|
||||
content: "(";
|
||||
font-weight:normal;
|
||||
|
|
Loading…
Reference in New Issue
Block a user