mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-02-04 12:29:59 +01:00
[design] improve link url alignment
This commit is contained in:
parent
0a822a296a
commit
a69751d2ec
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nightTab",
|
"name": "nightTab",
|
||||||
"version": "5.68.0",
|
"version": "5.69.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nightTab",
|
"name": "nightTab",
|
||||||
"version": "5.68.0",
|
"version": "5.69.0",
|
||||||
"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": {
|
||||||
|
@ -1303,11 +1303,9 @@ var link = (function() {
|
|||||||
if (stagedLink.link.display.name.show) {
|
if (stagedLink.link.display.name.show) {
|
||||||
linkItemClass.push("link-item-name");
|
linkItemClass.push("link-item-name");
|
||||||
};
|
};
|
||||||
if (stagedLink.link.display.visual.show || stagedLink.link.display.name.show) {
|
linkItemClass.push("link-item-alignment-" + stagedLink.link.display.alignment);
|
||||||
linkItemClass.push("link-item-alignment-" + stagedLink.link.display.alignment);
|
linkItemClass.push("link-item-order-" + stagedLink.link.display.order);
|
||||||
linkItemClass.push("link-item-order-" + stagedLink.link.display.order);
|
linkItemClass.push("link-item-direction-" + stagedLink.link.display.direction);
|
||||||
linkItemClass.push("link-item-direction-" + stagedLink.link.display.direction);
|
|
||||||
};
|
|
||||||
if (stagedLink.link.wide) {
|
if (stagedLink.link.wide) {
|
||||||
linkItemClass.push("link-item-wide");
|
linkItemClass.push("link-item-wide");
|
||||||
};
|
};
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
var version = (function() {
|
var version = (function() {
|
||||||
|
|
||||||
var current = "5.68.0";
|
var current = "5.69.0";
|
||||||
|
|
||||||
var name = "Jaded Raven";
|
var name = "Jaded Raven";
|
||||||
|
|
||||||
|
@ -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.68.0",
|
"version": "5.69.0",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"chrome_url_overrides": {
|
"chrome_url_overrides": {
|
||||||
"newtab": "index.html"
|
"newtab": "index.html"
|
||||||
|
Loading…
Reference in New Issue
Block a user