fix(compatibility): make it compatible with the new Firefox OS sdcard API (tested on Sony Z3C)

fix(toolbar): increase tap area of buttons for easier access
fix(touch): improve touch sensitivity for ease of use
This commit is contained in:
Mahdi Dibaiee
2016-04-08 17:31:24 +04:30
parent 2eaf2ac1f0
commit 7bcf39bdb7
27 changed files with 10529 additions and 10080 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.2.0",
"name": "Hawk",
"description": "Keep an eye on your files with a full-featured file manager",
"launch_path": "/index.html",

View File

@ -490,6 +490,11 @@ nav i {
box-sizing: border-box;
background: #f8f8f8;
}
.toolbar button {
flex: 1;
width: auto;
background-position: center center;
}
.breadcrumb {
display: flex;
flex: 1;