From 85fa71b940a516d94caf0f2eae9b030fd8cf089a Mon Sep 17 00:00:00 2001 From: lilia Date: Fri, 18 Mar 2016 18:02:58 -0700 Subject: [PATCH] Make avatar letters bigger // FREEBIE --- stylesheets/_global.scss | 1 + stylesheets/manifest.css | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/stylesheets/_global.scss b/stylesheets/_global.scss index 97b34257..f42bde55 100644 --- a/stylesheets/_global.scss +++ b/stylesheets/_global.scss @@ -208,6 +208,7 @@ $avatar-size: 44px; overflow-x: hidden; text-overflow: ellipsis; color: white; + font-size: 18px; } .group-info-input { diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index e561a870..1ffd3000 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -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; }