1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00

Merge pull request #173 from whiteout-io/dev/WO-716

align back icon in mobile toolbar with text in reader
This commit is contained in:
Tankred Hase 2014-11-12 20:36:05 +01:00
commit 5d982fdcac

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;