update
This commit is contained in:
234
.obsidian/plugins/darlal-switcher-plus/main.js
vendored
234
.obsidian/plugins/darlal-switcher-plus/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -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",
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user