[bug] fix link clip path not working with gulp uglify css

This commit is contained in:
zombieFox 2020-04-04 18:07:49 +01:00
parent bf04c20750
commit 1113cccc4a
5 changed files with 5 additions and 5 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "nightTab", "name": "nightTab",
"version": "5.5.0", "version": "5.5.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "nightTab", "name": "nightTab",
"version": "5.5.0", "version": "5.5.1",
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.", "description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@ -346,7 +346,7 @@
} }
.is-link-item-opacity { .is-link-item-opacity {
--link-item-padding: 0em; --link-item-padding: calc(0 * 1em);
} }
@media (min-width: 700px) { @media (min-width: 700px) {

View File

@ -1,6 +1,6 @@
var version = (function() { var version = (function() {
var current = "5.5.0"; var current = "5.5.1";
var name = "Zonked Tarsier"; var name = "Zonked Tarsier";

View File

@ -2,7 +2,7 @@
"name": "nightTab", "name": "nightTab",
"short_name": "nightTab", "short_name": "nightTab",
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.", "description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
"version": "5.5.0", "version": "5.5.1",
"manifest_version": 2, "manifest_version": 2,
"chrome_url_overrides": { "chrome_url_overrides": {
"newtab": "index.html" "newtab": "index.html"