diff --git a/beta/awsomeAutoArchive-0.91-tb68.xpi b/beta/awsomeAutoArchive-0.91-tb68.xpi new file mode 100644 index 0000000..9021341 Binary files /dev/null and b/beta/awsomeAutoArchive-0.91-tb68.xpi differ diff --git a/src/content/autoArchive.css b/src/content/autoArchive.css index e612a4f..2f19e06 100644 --- a/src/content/autoArchive.css +++ b/src/content/autoArchive.css @@ -1,6 +1,13 @@ @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); @-moz-document regexp("chrome://(awsomeautoarchive|global|messenger)/content/.*") { /* awsome_auto_archive-prefs -> .paneDeckContainer -> deck -> awsome_auto_archive-perfpane -> .content-box -> awsome_auto_archive-tabbox */ + + /* DF 2020-08-06 Added so that long rule lists scroll properly */ + .dialog-content-box { + height: 100%; + overflow: auto; + } + #awsome_auto_archive-prefs { min-width: 600px; min-height: 500px; diff --git a/src/manifest.json b/src/manifest.json index 2829377..ebe906a 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,15 +2,15 @@ "applications": { "gecko": { "id": "awsomeautoarchive@opera.wang", - "strict_min_version": "68.3", - "strict_max_version": "68.9" + "strict_min_version": "68.0", + "strict_max_version": "68.99" } }, - "version": "0.9beta", + "version": "0.9.68beta-df", "manifest_version": 2, "name": "Awesome Auto Archive", "description": "Automatically Archive/Copy/Delete/Move emails based on user defined rules", - "author": "Opera Wang", + "author": "Opera Wang, updates David Fiel", "homepage_url": "https://github.com/wangvisual/autoArchive", "legacy": { "type": "bootstrap",