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