Make avatar letters bigger

// FREEBIE
This commit is contained in:
lilia 2016-03-18 18:02:58 -07:00
parent 928c19a476
commit 85fa71b940
2 changed files with 3 additions and 1 deletions

View file

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

View file

@ -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; }