mirror of
https://github.com/moparisthebest/mail
synced 2024-11-26 02:42:17 -05:00
align back icon in mobile toolbar with text in reader
This commit is contained in:
parent
d4984aafa7
commit
ea1e5c6380
@ -17,7 +17,7 @@
|
|||||||
fill: $color-main;
|
fill: $color-main;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
height: 0.8em;
|
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 {
|
&.wo-touch-active {
|
||||||
background: $color-touch-active;
|
background: $color-touch-active;
|
||||||
|
Loading…
Reference in New Issue
Block a user