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

View File

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

View File

@ -109,8 +109,6 @@
--group-border: 0;
/* link */
--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-opacity: 1;
--link-item-color-focus-hover: var(--theme-color-03);
@ -402,6 +400,8 @@
.is-link-style-block {
/* 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-height: 10em;
--link-item-url-height: 2.25em;
@ -410,6 +410,8 @@
.is-link-style-list {
/* link */
--link-item-edit-height-tall: 5em;
--link-item-edit-height-short: 2em;
--link-item-width: 20em;
--link-item-height: 4em;
--link-item-url-height: 1.5em;

View File

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

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