mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-02-16 18:20:49 +01:00
[design] improve link edit height for wide block tiles
This commit is contained in:
parent
afd0594295
commit
a73480504f
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nightTab",
|
||||
"version": "5.58.0",
|
||||
"version": "5.59.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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": {
|
||||
|
@ -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;
|
||||
|
@ -1,6 +1,6 @@
|
||||
var version = (function() {
|
||||
|
||||
var current = "5.58.0";
|
||||
var current = "5.59.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.58.0",
|
||||
"version": "5.59.0",
|
||||
"manifest_version": 2,
|
||||
"chrome_url_overrides": {
|
||||
"newtab": "index.html"
|
||||
|
Loading…
Reference in New Issue
Block a user