[design] improve link edit height for wide block tiles

This commit is contained in:
zombieFox
2020-07-21 11:43:07 +01:00
parent afd0594295
commit a73480504f
5 changed files with 8 additions and 6 deletions

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "nightTab", "name": "nightTab",
"version": "5.58.0", "version": "5.59.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": {

View File

@ -109,8 +109,6 @@
--group-border: 0; --group-border: 0;
/* link */ /* link */
--link-area-width: 100%; --link-area-width: 100%;
--link-item-edit-height-short: 2em;
--link-item-edit-height-tall: 5em;
--link-item-color: var(--theme-color-02); --link-item-color: var(--theme-color-02);
--link-item-color-opacity: 1; --link-item-color-opacity: 1;
--link-item-color-focus-hover: var(--theme-color-03); --link-item-color-focus-hover: var(--theme-color-03);
@ -402,6 +400,8 @@
.is-link-style-block { .is-link-style-block {
/* link */ /* link */
--link-item-edit-height-tall: 5em;
--link-item-edit-height-short: calc(var(--link-item-edit-height-tall) / 2);
--link-item-width: 11em; --link-item-width: 11em;
--link-item-height: 10em; --link-item-height: 10em;
--link-item-url-height: 2.25em; --link-item-url-height: 2.25em;
@ -410,6 +410,8 @@
.is-link-style-list { .is-link-style-list {
/* link */ /* link */
--link-item-edit-height-tall: 5em;
--link-item-edit-height-short: 2em;
--link-item-width: 20em; --link-item-width: 20em;
--link-item-height: 4em; --link-item-height: 4em;
--link-item-url-height: 1.5em; --link-item-url-height: 1.5em;

View File

@ -1,6 +1,6 @@
var version = (function() { var version = (function() {
var current = "5.58.0"; var current = "5.59.0";
var name = "Jaded Raven"; var name = "Jaded Raven";

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