commit 253f92258d2021af665c94e263abcd4af89028e2
parent e5a06af8f765adf2ca68a36f81b2f86f9daf4bfe
Author: Hunter
Date:   Mon,  2 Feb 2026 14:55:48 -0500

minor cleanup

Diffstat:
Mresources/editor.css | 3+--
Mresources/editor.js | 1-
2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/resources/editor.css b/resources/editor.css @@ -40,6 +40,7 @@ body { height: 100%; display: flex; flex-direction: column; + background: linear-gradient(to top, #252525, #3a3a3a); } .preview-pane.fullscreen { @@ -147,7 +148,6 @@ body { flex: 1; width: 100%; border: none; - background: linear-gradient(to top, #2a2a2a, #3a3a3a); overflow: hidden; } @@ -158,7 +158,6 @@ body { justify-content: center; gap: 16px; padding: 12px 20px; - background: #2a2a2a; } .spread-nav button { diff --git a/resources/editor.js b/resources/editor.js @@ -206,7 +206,6 @@ function generateSpreadCSS(spreadIndex) { } body { - background: linear-gradient(to top, #2a2a2a, #3a3a3a) !important; display: flex !important; justify-content: center !important; align-items: center !important;