mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-24 19:41:42 +02:00
[design] change menu nav opacity when edge is on screen
This commit is contained in:
parent
a773114d1b
commit
bf9f2f0c4f
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nightTab",
|
||||
"version": "5.28.0",
|
||||
"version": "5.29.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nightTab",
|
||||
"version": "5.28.0",
|
||||
"version": "5.29.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": {
|
||||
|
@ -169,7 +169,7 @@
|
||||
}
|
||||
|
||||
.is-edge .menu-nav {
|
||||
background-color: rgba(var(--theme-color-02), var(--menu-edge-opacity));
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.menu-content {
|
||||
@ -231,7 +231,7 @@
|
||||
}
|
||||
|
||||
.is-edge .menu-subnav {
|
||||
background-color: rgba(var(--theme-color-02), var(--menu-edge-opacity));
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.menu-nav-sub {
|
||||
|
@ -237,7 +237,7 @@
|
||||
--form-wrap-space: 1em;
|
||||
/* menu */
|
||||
--menu-space: 0.75em;
|
||||
--menu-edge-opacity: 0.5;
|
||||
--menu-edge-opacity: 0.75;
|
||||
/* button */
|
||||
--button-background: var(--theme-color-02);
|
||||
--button-background-focus-hover: var(--theme-color-03);
|
||||
|
@ -1,6 +1,6 @@
|
||||
var version = (function() {
|
||||
|
||||
var current = "5.28.0";
|
||||
var current = "5.29.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.28.0",
|
||||
"version": "5.29.0",
|
||||
"manifest_version": 2,
|
||||
"chrome_url_overrides": {
|
||||
"newtab": "index.html"
|
||||
|
Loading…
x
Reference in New Issue
Block a user