Make avatar letters bigger

// FREEBIE
pull/749/head
lilia 9 years ago
parent 928c19a476
commit 85fa71b940

@ -208,6 +208,7 @@ $avatar-size: 44px;
overflow-x: hidden;
text-overflow: ellipsis;
color: white;
font-size: 18px;
}
.group-info-input {

@ -174,7 +174,8 @@ img.emoji {
line-height: 44px;
overflow-x: hidden;
text-overflow: ellipsis;
color: white; }
color: white;
font-size: 18px; }
.group-info-input {
background: white; }

Loading…
Cancel
Save