align back icon in mobile toolbar with text in reader

This commit is contained in:
Mario Volke 2014-11-10 15:37:58 +01:00 committed by Tankred Hase
parent d4984aafa7
commit ea1e5c6380
1 changed files with 1 additions and 1 deletions

View File

@ -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;