From ea1e5c6380ea25f68efa1fe42aa4e06633a30282 Mon Sep 17 00:00:00 2001 From: Mario Volke Date: Mon, 10 Nov 2014 15:37:58 +0100 Subject: [PATCH] align back icon in mobile toolbar with text in reader --- src/sass/blocks/basics/_toolbar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sass/blocks/basics/_toolbar.scss b/src/sass/blocks/basics/_toolbar.scss index 99cd1a4..28f7407 100644 --- a/src/sass/blocks/basics/_toolbar.scss +++ b/src/sass/blocks/basics/_toolbar.scss @@ -17,7 +17,7 @@ fill: $color-main; vertical-align: baseline; height: 0.8em; - width: 0.8em; + width: 0.8em * 18 / 32; // compute with correct aspect ratio of back icon (width 18 and height 32) } &.wo-touch-active { background: $color-touch-active;