Beautify (a bit) groups list
* Reduce font size to fit and look better * Group nickname is bold * Add @ prefix to location
This commit is contained in:
parent
7b04ee6a9b
commit
a416abb940
@ -1633,14 +1633,23 @@ margin-left:0;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.entity_profile .p-nickname {
|
.entity_profile .p-nickname {
|
||||||
font-size:1.4em;
|
font-size: 1.0em;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entity_profile .p-name {
|
.entity_profile .p-name {
|
||||||
font-size: 1.2em;
|
font-size: 1.0em;
|
||||||
clear: left;
|
clear: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.entity_profile .label {
|
||||||
|
font-size: 1.0em;
|
||||||
|
clear: left;
|
||||||
|
}
|
||||||
|
.entity_profile .label:before {
|
||||||
|
content: "@";
|
||||||
|
}
|
||||||
|
|
||||||
.entity_profile .p-name:before {
|
.entity_profile .p-name:before {
|
||||||
content: "(";
|
content: "(";
|
||||||
font-weight:normal;
|
font-weight:normal;
|
||||||
|
Loading…
Reference in New Issue
Block a user