MacBook-Pro-de-Oscar.local 2026-2-3:18:51:24

This commit is contained in:
oskar
2026-02-03 18:51:24 +01:00
parent 49207747e5
commit 51ac3966d9
22 changed files with 59 additions and 513 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": "5.4.0",
"minAppVersion": "1.10.6",
"version": "6.0.0",
"minAppVersion": "1.11.5",
"description": "Enhanced Quick Switcher, search open panels, and symbols.",
"author": "darlal",
"authorUrl": "https://github.com/darlal/obsidian-switcher-plus",

View File

@@ -50,6 +50,13 @@
padding-left: 36px;
}
/* Jan 2026-fix: Add visual divider when a SettingGroup is followed by a single
Setting (Switcher++ settings only)
*/
.qsp-settings-container .setting-group + .setting-item {
margin-top: var(--size-4-6);
}
/* symbol suggestion should align to the left */
.suggestion-item.qsp-suggestion-symbol {
justify-content: left;