From afa16ee3bad0bb7c7c27db6454ee6374cdd084c9 Mon Sep 17 00:00:00 2001 From: Marin Treselj Date: Fri, 13 Oct 2017 12:51:16 +0200 Subject: [PATCH] Use default (larger) avatar size, default (smaller) action bar height Signed-off-by: Marin Treselj --- css/style.scss | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/css/style.scss b/css/style.scss index 5adb8d97d..9596c2555 100644 --- a/css/style.scss +++ b/css/style.scss @@ -358,14 +358,10 @@ input.input-inline { margin-right: 5px; z-index: 4; } - .avatardiv, .avatardiv img { - width: 26px !important; - height: 26px !important; - } } .card-controls { - padding: 10px; + padding: 6px 10px; background: $color-lightgrey; display: flex; position: relative; @@ -507,8 +503,8 @@ input.input-inline { .due { border-radius: 3px; - margin: -4px 4px -4px -4px; - padding: 0px 4px; + margin: 0 4px 0 -4px; + padding: 0 4px; font-size: 90%; opacity: 0.5; display: flex;