update
This commit is contained in:
936
.obsidian/plugins/obsidian-zoom/main.js
vendored
936
.obsidian/plugins/obsidian-zoom/main.js
vendored
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/obsidian-zoom/manifest.json
vendored
10
.obsidian/plugins/obsidian-zoom/manifest.json
vendored
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"id": "obsidian-zoom",
|
||||
"name": "Zoom",
|
||||
"version": "1.1.2",
|
||||
"minAppVersion": "1.1.16",
|
||||
"description": "Zoom into heading and lists.",
|
||||
"author": "Viacheslav Slinko",
|
||||
"authorUrl": "https://github.com/vslinko",
|
||||
"isDesktopOnly": false
|
||||
}
|
43
.obsidian/plugins/obsidian-zoom/styles.css
vendored
43
.obsidian/plugins/obsidian-zoom/styles.css
vendored
@@ -1,43 +0,0 @@
|
||||
.zoom-plugin-header {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin: var(--file-margins);
|
||||
margin-top: var(--size-4-2);
|
||||
margin-bottom: var(--size-4-2);
|
||||
}
|
||||
|
||||
.zoom-plugin-title {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.zoom-plugin-delimiter {
|
||||
display: inline-block;
|
||||
padding: 0 var(--size-4-2);
|
||||
}
|
||||
|
||||
.zoom-plugin-bls-zoom .cm-editor .cm-formatting-list-ol,
|
||||
.zoom-plugin-bls-zoom .cm-editor .cm-formatting-list-ul {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.zoom-plugin-bls-zoom
|
||||
.markdown-source-view.mod-cm6
|
||||
.cm-fold-indicator
|
||||
.collapse-indicator {
|
||||
margin-right: 6px;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.zoom-plugin-bls-zoom
|
||||
.markdown-source-view.mod-cm6
|
||||
.cm-line:not(.cm-active):not(.HyperMD-header):not(.HyperMD-task-line)
|
||||
.cm-fold-indicator
|
||||
.collapse-indicator {
|
||||
margin-right: 18px;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.markdown-source-view.mod-cm6 .cm-panels {
|
||||
border-bottom-color: var(--background-modifier-border);
|
||||
}
|
Reference in New Issue
Block a user