[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",
"version": "5.5.0",
"version": "5.5.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"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.",
"main": "index.js",
"scripts": {

View File

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

View File

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

View File

@ -2,7 +2,7 @@
"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.",
"version": "5.5.0",
"version": "5.5.1",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "index.html"