2022-08-24 16:29:06 +08:00
|
|
|
/* Hides vault name */
|
|
|
|
.hider-vault .nav-folder.mod-root > .nav-folder-title .nav-folder-title-content {
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
|
2022-10-15 17:08:29 +08:00
|
|
|
/* Hide tabs */
|
|
|
|
.hider-tabs .mod-root .workspace-tabs .workspace-tab-header-container {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Hide sidebar buttons */
|
|
|
|
.hider-sidebar-buttons .sidebar-toggle-button.mod-right,
|
|
|
|
.hider-sidebar-buttons .sidebar-toggle-button.mod-left {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.hider-sidebar-buttons.mod-macos.is-hidden-frameless:not(.is-popout-window) .workspace .workspace-tabs.mod-top-right-space .workspace-tab-header-container {
|
|
|
|
padding-right: 4px;
|
|
|
|
}
|
|
|
|
|
2022-08-24 16:29:06 +08:00
|
|
|
/* Hide ribbon */
|
2022-10-15 17:08:29 +08:00
|
|
|
.hider-ribbon.mod-macos.is-hidden-frameless:not(.is-fullscreen):not(.is-popout-window) .workspace-tabs.mod-top-left-space .workspace-tab-header-container {
|
|
|
|
padding-left: calc(var(--frame-left-space) + var(--ribbon-width));
|
|
|
|
}
|
|
|
|
|
2022-08-24 16:29:06 +08:00
|
|
|
.hider-ribbon .workspace-ribbon.mod-left {
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
.hider-ribbon .workspace-ribbon.mod-right {
|
|
|
|
visibility:hidden;
|
|
|
|
position:absolute;
|
|
|
|
}
|
|
|
|
.hider-ribbon .workspace-split.mod-right-split {
|
|
|
|
margin-right:0;
|
|
|
|
}
|
|
|
|
.hider-ribbon .workspace-split.mod-left-split {
|
|
|
|
margin-left:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Hide meta */
|
2023-09-05 17:29:16 +08:00
|
|
|
.hider-meta .markdown-reading-view .metadata-container {
|
2022-08-24 16:29:06 +08:00
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Hide scrollbars */
|
|
|
|
.hider-scroll ::-webkit-scrollbar {
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Hide status */
|
|
|
|
.hider-status .status-bar {
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Hide tooltips */
|
|
|
|
.hider-tooltips .tooltip {
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Hide search suggestions */
|
|
|
|
.hider-search-suggestions .suggestion-container.mod-search-suggestion {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2022-10-15 17:08:29 +08:00
|
|
|
/* Hide search count flair */
|
|
|
|
.hider-search-counts .tree-item-flair:not(.tag-pane-tag-count) {
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
|
2022-08-24 16:29:06 +08:00
|
|
|
/* Hide instructions */
|
|
|
|
.hider-instructions .prompt-instructions {
|
|
|
|
display:none;
|
2022-10-15 17:08:29 +08:00
|
|
|
}
|
|
|
|
|
2023-07-14 11:06:08 +08:00
|
|
|
/* Hide file nav header */
|
|
|
|
.hider-file-nav-header .workspace-leaf-content[data-type=file-explorer] .nav-header {
|
|
|
|
display: none;
|
|
|
|
}
|