mirror of
https://github.com/4source/open-editors-obsidian-plugin.git
synced 2026-07-22 11:40:26 +00:00
* Remove "debug" from allowed console methods in ESLint configuration * Fix Security Audit * Fix typos
47 lines
No EOL
1 KiB
CSS
47 lines
No EOL
1 KiB
CSS
.open-editors-container {
|
|
font-size: var(--font-ui-small);
|
|
padding: var(--size-4-3) var(--size-4-3) var(--size-4-8);
|
|
overflow: auto;
|
|
}
|
|
|
|
.tree-item-action-icon {
|
|
vertical-align: middle;
|
|
display: flex;
|
|
align-items: center;
|
|
margin-inline-end: var(--size-4-2);
|
|
}
|
|
|
|
.tree-item-action-icon:last-child {
|
|
vertical-align: middle;
|
|
display: flex;
|
|
align-items: center;
|
|
margin-inline-end: 0;
|
|
}
|
|
|
|
.tree-item-action-icon>span>svg {
|
|
height: var(--icon-s) !important;
|
|
width: var(--icon-s) !important;
|
|
}
|
|
|
|
.tree-item-action-icon:hover {
|
|
background-color: var(--interactive-hover);
|
|
}
|
|
|
|
.open-editors-tree-item-self {
|
|
padding-top: 0 !important;
|
|
padding-bottom: 0 !important;
|
|
}
|
|
|
|
.open-editors-tree-item-inner {
|
|
margin-top: var(--size-4-1) !important;
|
|
margin-bottom: var(--size-4-1) !important;
|
|
}
|
|
|
|
.open-editors-tree-item-icon {
|
|
margin-top: var(--size-4-1) !important;
|
|
margin-bottom: var(--size-4-1) !important;
|
|
}
|
|
|
|
.open-editors-tree-item-flair-outer {
|
|
/* padding-top: var(--size-4-1); */
|
|
} |