From a7413e5fce2ba5020a17cc16c348fb6530d37e47 Mon Sep 17 00:00:00 2001 From: Antoine GIRARD Date: Sat, 2 Jul 2016 04:11:09 +0200 Subject: [PATCH] Fix #93 and give some space for searchbox --- www/assets/js/page/home.js | 2 ++ www/assets/platform/android/less/style.less | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/www/assets/js/page/home.js b/www/assets/js/page/home.js index 9760de6..f529bfb 100644 --- a/www/assets/js/page/home.js +++ b/www/assets/js/page/home.js @@ -1,6 +1,8 @@ /* global S */ define({ options : { + displaySearchbox: true, + displayQuickAddButton : true, title: S.lang["my-sheets"].capitalize(), titleInSearch: S.lang["search"].capitalize() }, diff --git a/www/assets/platform/android/less/style.less b/www/assets/platform/android/less/style.less index a831c9a..c71c1a6 100644 --- a/www/assets/platform/android/less/style.less +++ b/www/assets/platform/android/less/style.less @@ -212,7 +212,8 @@ } } header h3{ - max-width: 85%; +/* max-width: 85%; */ + max-width: 62%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;