2026-04-18 11:33:17 +00:00
|
|
|
@keyframes superflat-appear {
|
2026-03-31 03:47:09 +00:00
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
2026-03-12 19:57:14 +00:00
|
|
|
}
|
2026-03-31 03:47:09 +00:00
|
|
|
body {
|
2026-03-31 06:39:07 +00:00
|
|
|
--border-width: 0;
|
2026-04-18 11:33:17 +00:00
|
|
|
--background-secondary: var(--background-primary);
|
|
|
|
|
--background-secondary-alt: var(--background-primary-alt);
|
2026-03-31 06:39:07 +00:00
|
|
|
--radius-s: 7px;
|
|
|
|
|
--radius-m: 9px;
|
2026-04-18 11:33:17 +00:00
|
|
|
--radius-l: 13px;
|
|
|
|
|
--radius-xl: 17px;
|
|
|
|
|
--divider-color: transparent;
|
|
|
|
|
--divider-color-hover: #ffffff12;
|
|
|
|
|
--divider-width: 5px;
|
|
|
|
|
--ribbon-background: var(--background-primary);
|
|
|
|
|
--ribbon-width: 4rem;
|
|
|
|
|
--ribbon-padding: 1rem;
|
|
|
|
|
--scrollbar-width: 5px;
|
|
|
|
|
--scrollbar-thumb-bg: #ffffff10;
|
|
|
|
|
--vault-profile-actions-display: none;
|
|
|
|
|
--titlebar-background: var(--background-primary);
|
|
|
|
|
--titlebar-background-focused: var(--background-primary);
|
|
|
|
|
--header-height: 3rem;
|
2026-03-31 03:47:09 +00:00
|
|
|
}
|
|
|
|
|
|
2026-04-18 11:33:17 +00:00
|
|
|
.workspace-sidedock-vault-profile,
|
2026-03-31 03:47:09 +00:00
|
|
|
.workspace-tab-header-new-tab,
|
2026-04-18 11:33:17 +00:00
|
|
|
.workspace-tab-header-tab-list {
|
2026-06-23 04:19:37 +00:00
|
|
|
visibility: collapse;
|
2026-03-12 19:57:14 +00:00
|
|
|
}
|
|
|
|
|
|
2026-04-18 11:33:17 +00:00
|
|
|
.workspace-tab-header-spacer,
|
|
|
|
|
.workspace-tab-header-inner::after,
|
|
|
|
|
.search-input-clear-button,
|
|
|
|
|
.sidebar-toggle-button,
|
|
|
|
|
.empty-state-container,
|
|
|
|
|
.modal-close-button,
|
|
|
|
|
.prompt-instructions {
|
|
|
|
|
display: none;
|
2026-03-31 06:39:07 +00:00
|
|
|
}
|
2026-04-18 11:33:17 +00:00
|
|
|
|
|
|
|
|
.titlebar-button-container.mod-right,
|
|
|
|
|
.workspace-tab-header-container::after {
|
|
|
|
|
display: none;
|
2026-03-31 06:39:07 +00:00
|
|
|
}
|
|
|
|
|
|
2026-04-18 11:33:17 +00:00
|
|
|
.workspace-tab-header-container {
|
2026-06-23 04:19:37 +00:00
|
|
|
padding-inline: var(--size-4-2) !important;
|
2026-03-12 19:57:14 +00:00
|
|
|
}
|
2026-03-31 03:47:09 +00:00
|
|
|
|
2026-04-18 11:33:17 +00:00
|
|
|
.workspace-tab-header-container,
|
|
|
|
|
.workspace-ribbon,
|
|
|
|
|
.view-header,
|
|
|
|
|
.status-bar,
|
|
|
|
|
.nav-header {
|
|
|
|
|
transition: opacity 0.35s;
|
|
|
|
|
opacity: 0;
|
2026-03-31 06:39:07 +00:00
|
|
|
}
|
2026-04-18 11:33:17 +00:00
|
|
|
.workspace-tab-header-container:hover,
|
|
|
|
|
.workspace-ribbon:hover,
|
|
|
|
|
.view-header:hover,
|
|
|
|
|
.status-bar:hover,
|
|
|
|
|
.nav-header:hover {
|
|
|
|
|
opacity: 1;
|
2026-03-31 03:47:09 +00:00
|
|
|
}
|
|
|
|
|
|
2026-06-23 04:04:25 +00:00
|
|
|
.workspace-tab-header-inner > .workspace-tab-header-inner-close-button {
|
|
|
|
|
visibility: collapse;
|
|
|
|
|
}
|
|
|
|
|
.workspace-tab-header-inner:hover > .workspace-tab-header-inner-close-button {
|
|
|
|
|
visibility: initial;
|
|
|
|
|
}
|
|
|
|
|
|
2026-04-18 11:33:17 +00:00
|
|
|
.workspace-tab-header-container:has(.sidebar-toggle-button.mod-right) {
|
|
|
|
|
opacity: 1;
|
2026-03-31 03:47:09 +00:00
|
|
|
}
|
|
|
|
|
|
2026-04-18 11:33:17 +00:00
|
|
|
.workspace-tab-header.is-active::before,
|
|
|
|
|
.workspace-tab-header.is-active::after {
|
|
|
|
|
opacity: 0;
|
2026-03-12 19:57:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.workspace-tab-header-container {
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
|
2026-06-23 05:02:58 +00:00
|
|
|
.prompt {
|
|
|
|
|
top: 15vh;
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-31 03:47:09 +00:00
|
|
|
.prompt-input {
|
2026-06-23 04:19:37 +00:00
|
|
|
margin-top: var(--size-4-2);
|
2026-03-12 19:57:14 +00:00
|
|
|
}
|
2026-03-31 03:47:09 +00:00
|
|
|
|
2026-06-23 05:02:58 +00:00
|
|
|
.suggestion-item {
|
|
|
|
|
padding-block: var(--size-4-3);
|
2026-03-12 19:57:14 +00:00
|
|
|
}
|
|
|
|
|
|
2026-06-23 04:48:00 +00:00
|
|
|
.tree-item-self, .tree-item-self.nav-folder-title {
|
|
|
|
|
padding-block: var(--size-4-2);
|
|
|
|
|
}
|
|
|
|
|
|
2026-04-18 11:33:17 +00:00
|
|
|
.workspace-tab-header.is-active > .workspace-tab-header-inner {
|
|
|
|
|
background-color: var(--color-base-30);
|
2026-03-12 19:57:14 +00:00
|
|
|
}
|
|
|
|
|
|
2026-03-31 03:47:09 +00:00
|
|
|
.modal-container {
|
2026-04-18 11:33:17 +00:00
|
|
|
animation: superflat-appear 0.35s;
|
2026-06-23 03:49:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*# sourceMappingURL=theme.css.map */
|