Remove viewer debug line/state colours; app widget parity (chunking, near/far, occt-wasm)

This commit is contained in:
trilium-share-gruvbox
2026-08-28 20:06:56 +02:00
parent 18f8afaf69
commit 6b9b458e97
5 changed files with 5 additions and 38 deletions
-15
View File
@@ -918,21 +918,6 @@ html.theme-light #content code {
height: 100%;
}
.model-viewer.model-loading { background: #282828; }
.model-viewer.model-parsing { background: #504945; }
.model-viewer.model-done { background: #1d2021; }
.model-viewer.model-error { background: #3c3836; }
.model-viewer-debug {
font-family: "JetBrains Mono", Consolas, monospace;
font-size: 0.72em;
color: #928374;
text-align: center;
padding: 4px 12px;
background: #1d2021;
border-top: 1px solid var(--background-highlight);
}
/* ---------- Bildunterschriften (Gruvbox) ---------- */
#content figcaption {
font-size: 0.85em;