move advanced menu slightly below to not overlay the text

This commit is contained in:
zadam 2023-02-15 14:49:58 +01:00
parent 896a4fe981
commit cbabaa6b0c
2 changed files with 3 additions and 2 deletions

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "trilium",
"version": "0.58.7",
"version": "0.58.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.58.7",
"version": "0.58.8",
"hasInstallScript": true,
"license": "AGPL-3.0-only",
"dependencies": {

View File

@ -85,6 +85,7 @@ const TPL = `
font-size: 90%;
position: relative;
left: 0;
top: 5px;
}
</style>