From 374fa044af6ab72cc6d483213a1c3a40f7480319 Mon Sep 17 00:00:00 2001 From: lilia Date: Thu, 29 Jan 2015 02:34:31 -1000 Subject: [PATCH] Shrink some styles Group update font and sender names should be smaller. --- stylesheets/manifest.css | 7 +++++++ stylesheets/view/_conversation.scss | 9 +++++++++ 2 files changed, 16 insertions(+) diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 1a5a382a..56231644 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -128,6 +128,13 @@ body, input { body { margin: 0; } +.group-update { + font-size: smaller; } + +.sender { + font-size: smaller; + opacity: 0.8; } + .title-bar { position: fixed; top: 0; diff --git a/stylesheets/view/_conversation.scss b/stylesheets/view/_conversation.scss index 3640d76b..d26babec 100644 --- a/stylesheets/view/_conversation.scss +++ b/stylesheets/view/_conversation.scss @@ -11,6 +11,15 @@ body { margin: 0; } +.group-update { + font-size: smaller; +} + +.sender { + font-size: smaller; + opacity: 0.8; +} + .title-bar { position: fixed; top: 0;