This commit is contained in:
2026-07-17 20:42:07 -04:00
parent a1242caab7
commit 014e2988e0
22 changed files with 1339 additions and 34 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "Minimal",
"version": "8.2.1",
"version": "8.2.2",
"minAppVersion": "1.9.0",
"author": "@kepano",
"authorUrl": "https://twitter.com/kepano",
+23 -6
View File
@@ -444,6 +444,7 @@ body .excalidraw {
.theme-light.minimal-light-contrast.is-mobile .workspace-drawer.mod-left,
.theme-dark,
.theme-light {
--bases-table-group-background: transparent;
--background-modifier-accent: var(--ax3);
--background-modifier-border-focus: var(--ui3);
--background-modifier-border-hover: var(--ui2);
@@ -485,9 +486,6 @@ body .excalidraw {
--prompt-border-color: var(--ui3);
--quote-opening-modifier: var(--ui2);
--ribbon-background: var(--bg2);
--scrollbar-active-thumb-bg: var(--ui3);
--scrollbar-bg: transparent;
--scrollbar-thumb-bg: var(--ui1);
--search-result-background: var(--bg1);
--tab-text-color-focused-active: var(--tx1);
--tab-outline-color: var(--ui1);
@@ -562,6 +560,8 @@ body .excalidraw {
--background-table-rows: var(--bg2);
--interactive-normal: var(--ui1);
--setting-items-background: transparent;
}
.theme-light.minimal-light-white .mod-settings {
--setting-items-border-width: 1px;
}
@@ -570,6 +570,8 @@ body .excalidraw {
--background-primary-alt: var(--bg3);
--background-table-rows: var(--bg3);
--setting-items-background: var(--bg1);
}
.theme-light.minimal-light-tonal .mod-settings {
--setting-items-border-width: 1px;
}
.theme-light.minimal-light-tonal.is-mobile {
@@ -582,6 +584,8 @@ body .excalidraw {
--background-secondary: var(--bg1);
--background-table-rows: var(--bg3);
--setting-items-background: var(--bg1);
}
.theme-dark.minimal-dark-tonal .mod-settings {
--setting-items-border-width: 1px;
}
@@ -589,13 +593,21 @@ body .excalidraw {
--background-primary-alt: var(--bg3);
--background-table-rows: var(--bg3);
--setting-items-background: black;
--setting-items-border-width: 1px;
--modal-border: var(--ui2);
--setting-items-border-width: 1px --modal-border: var(--ui2);
--active-line-bg: rgba(255,255,255,0.085);
--background-modifier-form-field: var(--bg3);
--background-modifier-cover:hsla(var(--base-h),var(--base-s),calc(var(--base-d) + 8%),0.7);
--background-modifier-box-shadow: rgba(0, 0, 0, 1);
}
.theme-dark.minimal-dark-black .mod-settings {
--setting-items-border-width: 1px;
}
body.styled-scrollbar {
--scrollbar-active-thumb-bg: var(--ui3);
--scrollbar-bg: transparent;
--scrollbar-thumb-bg: var(--ui1);
}
/* Desktop font sizes */
body {
@@ -1243,6 +1255,11 @@ body:not(.is-mobile).labeled-nav.vault-profile-top .workspace-split.mod-left-spl
--checkbox-radius: 4px;
}
.is-phone .modal.mod-settings .vertical-tab-header-group-items,
.is-phone .modal.mod-settings .setting-search-result-group {
border: var(--setting-items-border-width) solid var(--background-modifier-border);
}
/* Confirm delete */
.modal-container.mod-confirmation .modal {
width: 480px;
@@ -3623,7 +3640,7 @@ body {
.img-grid .image-embed.is-loaded {
line-height: 0;
display: flex;
display: inline-flex;
align-items: stretch;
}
.img-grid .image-embed.is-loaded img {