diff --git a/.DS_Store b/.DS_Store index e9540de..9a40a2c 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/Core.js b/Core.js index 8a86fc5..475c32f 100644 --- a/Core.js +++ b/Core.js @@ -7,7 +7,7 @@ // function Core(action) { - this.max_length = 20; + this.max_length = 200; // this.timeout = 2 * 60 * 1000; this.timeout = 10 * 1000; // every 10 seconds this.action = action; diff --git a/Tentia-Info.plist b/Tentia-Info.plist index 534da7d..01a5877 100644 --- a/Tentia-Info.plist +++ b/Tentia-Info.plist @@ -42,7 +42,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.1.1 + 0.1.2 CFBundleSignature ???? CFBundleURLTypes @@ -57,7 +57,7 @@ CFBundleVersion - 0.1.1 + 0.1.2 LSApplicationCategoryType public.app-category.lifestyle LSMinimumSystemVersion diff --git a/default.css b/default.css index cdfb0ea..4b7368d 100644 --- a/default.css +++ b/default.css @@ -207,7 +207,7 @@ li:hover .date { li:first-child:hover .date { top: auto; - bottom: -1.8em; + bottom: -1.6em; z-index: 2; -webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; diff --git a/delete.png b/delete.png new file mode 100644 index 0000000..81578db Binary files /dev/null and b/delete.png differ