mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-25 07:19:13 +01:00
[design] improve menu nav and close spacing when radius is increased
This commit is contained in:
parent
aaf693a1ad
commit
494f1fc70b
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nightTab",
|
||||
"version": "5.18.1",
|
||||
"version": "5.19.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nightTab",
|
||||
"version": "5.18.1",
|
||||
"version": "5.19.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": {
|
||||
|
@ -81,11 +81,6 @@
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.menu-close-tab:after {
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.menu-subnav {
|
||||
display: none;
|
||||
}
|
||||
@ -209,7 +204,7 @@
|
||||
}
|
||||
|
||||
.menu-nav-tab {
|
||||
padding-left: calc(var(--menu-space) * 2);
|
||||
padding-left: calc(calc(var(--menu-space) * 2) + calc(var(--theme-radius) / 3));
|
||||
padding-right: calc(var(--menu-space) * 2);
|
||||
height: calc(var(--menu-space) * 4);
|
||||
justify-content: flex-start;
|
||||
@ -238,7 +233,7 @@
|
||||
margin: 0;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
padding-left: calc(var(--menu-space) * 5);
|
||||
padding-left: calc(calc(var(--menu-space) * 4) + calc(var(--theme-radius) / 3));
|
||||
border-radius: 0;
|
||||
height: 3em;
|
||||
min-height: 3em;
|
||||
@ -263,8 +258,12 @@
|
||||
}
|
||||
|
||||
.menu-close-tab {
|
||||
border-radius: var(--theme-radius);
|
||||
height: calc(var(--menu-space) * 4);
|
||||
width: calc(var(--menu-space) * 4);
|
||||
position: relative;
|
||||
top: calc(var(--theme-radius) / 6);
|
||||
right: calc(var(--theme-radius) / 6);
|
||||
}
|
||||
|
||||
.menu-item-form {
|
||||
|
@ -1,6 +1,6 @@
|
||||
var version = (function() {
|
||||
|
||||
var current = "5.18.1";
|
||||
var current = "5.19.0";
|
||||
|
||||
var name = "Zonked Tarsier";
|
||||
|
||||
|
@ -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.18.1",
|
||||
"version": "5.19.0",
|
||||
"manifest_version": 2,
|
||||
"chrome_url_overrides": {
|
||||
"newtab": "index.html"
|
||||
|
Loading…
Reference in New Issue
Block a user