Make avatar letters bigger
// FREEBIE
This commit is contained in:
@@ -208,6 +208,7 @@ $avatar-size: 44px;
|
|||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
color: white;
|
color: white;
|
||||||
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.group-info-input {
|
.group-info-input {
|
||||||
|
@@ -174,7 +174,8 @@ img.emoji {
|
|||||||
line-height: 44px;
|
line-height: 44px;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
color: white; }
|
color: white;
|
||||||
|
font-size: 18px; }
|
||||||
|
|
||||||
.group-info-input {
|
.group-info-input {
|
||||||
background: white; }
|
background: white; }
|
||||||
|
Reference in New Issue
Block a user