update
This commit is contained in:
43
.obsidian/plugins/obsidian-zoom/styles.css
vendored
Normal file
43
.obsidian/plugins/obsidian-zoom/styles.css
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
.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