mirror of
https://github.com/logos-storage/logos-storage-docs-obsidian.git
synced 2026-01-02 13:23:08 +00:00
plugins updates
This commit is contained in:
parent
d37d0b9d58
commit
3b953ed22a
14
.obsidian/plugins/query-control/main.js
vendored
14
.obsidian/plugins/query-control/main.js
vendored
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
{"id":"query-control","name":"Query Control","version":"0.7.13","minAppVersion":"1.7.2","description":"An experimental Obsidian plugin that adds additional control to queries","author":"NothingIsLost & reply2za","authorUrl":"https://github.com/reply2za","isDesktopOnly":false}
|
||||
{"id":"query-control","name":"Query Control","version":"0.8.0","minAppVersion":"1.7.2","description":"An experimental Obsidian plugin that adds additional control to queries","author":"NothingIsLost & reply2za","authorUrl":"https://github.com/reply2za","isDesktopOnly":false}
|
||||
34
.obsidian/plugins/query-control/styles.css
vendored
34
.obsidian/plugins/query-control/styles.css
vendored
@ -7,6 +7,40 @@
|
||||
justify-content: center; /* works around issues with minimal theme */
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="markdown"] .internal-query .internal-query-header {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 0.25em;
|
||||
padding: 0.6em 0.9em;
|
||||
margin: 0.4em auto 0.8em;
|
||||
max-width: 90%;
|
||||
text-align: center;
|
||||
border-radius: var(--radius-m, 10px);
|
||||
background-color: var(--background-secondary, rgba(0, 0, 0, 0.05));
|
||||
border: 1px solid var(--background-modifier-border, rgba(0, 0, 0, 0.08));
|
||||
box-shadow: 0 5px 16px -12px var(--shadow-s, rgba(0, 0, 0, 0.4));
|
||||
font-size: var(--font-ui-medium, 1.02em);
|
||||
font-weight: 600;
|
||||
letter-spacing: 0.013em;
|
||||
line-height: 1.32;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="markdown"] .internal-query .internal-query-header::after {
|
||||
content: "";
|
||||
display: block;
|
||||
width: 68px;
|
||||
height: 2.3px;
|
||||
border-radius: 999px;
|
||||
background: linear-gradient(
|
||||
90deg,
|
||||
var(--interactive-accent, #7f6df2) 0%,
|
||||
var(--text-highlight-bg, rgba(255, 215, 0, 0.9)) 100%
|
||||
);
|
||||
opacity: 0.88;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="markdown"] .internal-query .is-hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user