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;