mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-06 14:10:12 +01:00
[design] improve menu style
This commit is contained in:
parent
b70f75c330
commit
eed47df409
@ -25,15 +25,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.menu-area {
|
.menu-area {
|
||||||
background-color: rgba(var(--theme-gray-01), 0.95);
|
background-color: rgb(var(--theme-gray-01));
|
||||||
border-radius: var(--theme-radius);
|
border-radius: var(--theme-radius);
|
||||||
box-shadow: var(--layout-shadow-large);
|
box-shadow: var(--layout-shadow-large);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
opacity: 1;
|
transition: background-color var(--layout-timing-extra-fast);
|
||||||
transition: background-color var(--layout-timing-extra-fast), opacity var(--layout-timing-extra-fast);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-nav {
|
.menu-nav {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// log version
|
// log version
|
||||||
console.log("nightTab version", version.get().number, "(" + version.get().name + ")");
|
console.log("nightTab version", version.get().number, version.get().name);
|
||||||
data.init();
|
data.init();
|
||||||
state.init();
|
state.init();
|
||||||
bookmarks.init();
|
bookmarks.init();
|
||||||
|
Loading…
Reference in New Issue
Block a user