bookmark buttons should behave similarly as other launcher buttons in respect to context menu, ctrl-click, left click

This commit is contained in:
zadam
2022-12-19 23:19:47 +01:00
parent db5e76fe8c
commit 8c4dda45ef
5 changed files with 36 additions and 46 deletions

View File

@@ -8,7 +8,7 @@ const DROPDOWN_TPL = `
min-width: 400px;
max-height: 500px;
padding: 7px 15px 0 15px;
font-size: 110%;
font-size: 1.2rem;
overflow: auto;
}