mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-25 23:39:21 +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",
|
||||
"version": "5.68.0",
|
||||
"version": "5.69.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -1303,11 +1303,9 @@ var link = (function() {
|
||||
if (stagedLink.link.display.name.show) {
|
||||
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-order-" + stagedLink.link.display.order);
|
||||
linkItemClass.push("link-item-direction-" + stagedLink.link.display.direction);
|
||||
};
|
||||
linkItemClass.push("link-item-alignment-" + stagedLink.link.display.alignment);
|
||||
linkItemClass.push("link-item-order-" + stagedLink.link.display.order);
|
||||
linkItemClass.push("link-item-direction-" + stagedLink.link.display.direction);
|
||||
if (stagedLink.link.wide) {
|
||||
linkItemClass.push("link-item-wide");
|
||||
};
|
||||
|
@ -1,6 +1,6 @@
|
||||
var version = (function() {
|
||||
|
||||
var current = "5.68.0";
|
||||
var current = "5.69.0";
|
||||
|
||||
var name = "Jaded Raven";
|
||||
|
||||
|
@ -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.68.0",
|
||||
"version": "5.69.0",
|
||||
"manifest_version": 2,
|
||||
"chrome_url_overrides": {
|
||||
"newtab": "index.html"
|
||||
|
Loading…
Reference in New Issue
Block a user