MacBook-Pro-de-Oscar.local 2026-2-3:18:51:24
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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",
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user