mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
electron 4.0 beta 9, context menu padding
This commit is contained in:
parent
d30e3a4052
commit
8171b68b18
6
package-lock.json
generated
6
package-lock.json
generated
@ -2374,9 +2374,9 @@
|
|||||||
"integrity": "sha512-0xy4A/twfrRCnkhfk8ErDi5DqdAsAqeGxht4xkCUrsvhhbQNs7E+4jV0CN7+NKIY0aHE72+XvqtBIXzD31ZbXQ=="
|
"integrity": "sha512-0xy4A/twfrRCnkhfk8ErDi5DqdAsAqeGxht4xkCUrsvhhbQNs7E+4jV0CN7+NKIY0aHE72+XvqtBIXzD31ZbXQ=="
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"version": "4.0.0-beta.8",
|
"version": "4.0.0-beta.9",
|
||||||
"resolved": "https://registry.npmjs.org/electron/-/electron-4.0.0-beta.8.tgz",
|
"resolved": "https://registry.npmjs.org/electron/-/electron-4.0.0-beta.9.tgz",
|
||||||
"integrity": "sha512-zo0Tf3t1uary5O9Skdlo37axs+vvh9CPC+MkvZnnX3MA/3kWIc+I6jN+AL4bHUdxsMVtjbY8KnusjnCjKSb0sg==",
|
"integrity": "sha512-BPFkN4BFQy88x2ZHVmzI03i1mUgaQF/uROPb/TlGB/WNAD3v2OvA9Ak9yZ5ADNnwhlR28DtUGs/MuZfDZHZBoQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@types/node": "^8.0.24",
|
"@types/node": "^8.0.24",
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"devtron": "1.4.0",
|
"devtron": "1.4.0",
|
||||||
"electron": "4.0.0-beta.8",
|
"electron": "4.0.0-beta.9",
|
||||||
"electron-compile": "6.4.3",
|
"electron-compile": "6.4.3",
|
||||||
"electron-packager": "12.2.0",
|
"electron-packager": "12.2.0",
|
||||||
"electron-rebuild": "1.8.2",
|
"electron-rebuild": "1.8.2",
|
||||||
|
@ -531,8 +531,8 @@ table.promoted-attributes-in-tooltip td, table.promoted-attributes-in-tooltip th
|
|||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.context-menu-container {
|
#context-menu-container {
|
||||||
font-size: small;
|
padding: 3px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#context-menu-container .dropdown-item {
|
#context-menu-container .dropdown-item {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user