This commit is contained in:
Oscar Plaisant
2024-03-27 15:59:45 +01:00
parent bb9f9102c9
commit 871cbb94b4
200 changed files with 105447 additions and 159342 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,8 +1,8 @@
{
"id": "darlal-switcher-plus",
"name": "Quick Switcher++",
"version": "3.3.9",
"minAppVersion": "1.4.16",
"version": "4.0.0",
"minAppVersion": "1.5.3",
"description": "Enhanced Quick Switcher, search open panels, and symbols.",
"author": "darlal",
"authorUrl": "https://github.com/darlal/obsidian-switcher-plus",

View File

@@ -31,6 +31,19 @@
color: var(--text-error);
}
.qsp-tag {
background-color: var(--background-modifier-hover);
border-radius: var(--radius-s);
font-size: 9px;
font-weight: var(--font-semibold);
letter-spacing: 0.05em;
line-height: var(--line-height-normal);
margin-left: var(--size-2-3);
padding: 0 var(--size-4-1);
text-transform: uppercase;
align-self: center;
}
/* settings panel, indent setting to create visual hierarchy */
.qsp-setting-item-indent {
border: 0px;