forked from GNUsocial/gnu-social
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 {
|
||||
font-size:1.4em;
|
||||
font-size: 1.0em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.entity_profile .p-name {
|
||||
font-size: 1.2em;
|
||||
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