[refactor] improve link name

This commit is contained in:
zombieFox 2019-12-03 17:24:15 +00:00
parent 532c0b841b
commit 518fd040db
4 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "nighttab", "name": "nighttab",
"version": "4.0.1", "version": "4.0.2",
"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

@ -595,7 +595,6 @@
.is-link-item-display-name-show .link-display-name { .is-link-item-display-name-show .link-display-name {
display: block; display: block;
flex-basis: 100%;
} }
.link-display-name, .link-display-name,

View File

@ -1,6 +1,6 @@
var version = (function() { var version = (function() {
var current = "4.0.1"; var current = "4.0.2";
var name = "Enchanting Aardvark"; var name = "Enchanting Aardvark";

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": "4.0.1", "version": "4.0.2",
"manifest_version": 2, "manifest_version": 2,
"chrome_url_overrides": { "chrome_url_overrides": {
"newtab": "index.html" "newtab": "index.html"