This commit is contained in:
Oscar Plaisant
2024-09-25 16:35:23 +02:00
parent 62f0313af1
commit 695358527b
177 changed files with 141941 additions and 25310 deletions

View File

@@ -18,29 +18,29 @@ body {
/* } */
/* VERTICAL TABS PLUGIN */
.koncham-workspace-root-panes>.nav-folder-children>.nav-file>.nav-file-title
{
color: var(--text-normal);
padding-left: 5px;
padding-top: 2px; padding-bottom: 2px;
border: 1pt solid transparent;
/*/* stacked tabs - hide text */*/
/*.workspace .mod-root .workspace-tabs.mod-stacked .workspace-tab-container .workspace-tab-header-inner-title {*/
/* width: 0;*/
/*}*/
/*/* stacked tabs - hide icon */*/
/*.workspace .mod-root .workspace-tabs.mod-stacked .workspace-tab-container .workspace-tab-header-inner-icon {*/
/* display: none;*/
/*}*/
/*/* stacked tabs - adjust note margins */*/
/*.markdown-source-view.mod-cm6 {*/
/* margin-left: -30px;*/
/* margin-right: 10px;*/
/*}*/
/* stacked tabs - old Andy's mode */
.workspace .mod-root .workspace-tabs.mod-stacked .workspace-tab-container > * {
position: static;
}
.koncham-workspace-root-panes>.nav-folder-children>.nav-file>.nav-file-title.is-active
{
color: var(--text-normal);
border-color: var(--text-normal);
/* stacked tabs - border for old Andy's mode */
.workspace .mod-root .workspace-tabs.mod-stacked .workspace-tab-container .workspace-tab-header-inner {
border-left: var(--divider-width) solid var(--divider-color);
}
.theme-dark {
/* active tab background color */
--nav-item-background-active: #006400;
}