From 5bacb570de6b6633f660df8cc104652f94ebe528 Mon Sep 17 00:00:00 2001 From: Cody Williams Date: Mon, 14 Feb 2022 00:15:50 -0800 Subject: [PATCH] override maxwidth of notes allow wider flow with slight margin for gutter --- midnight.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/midnight.css b/midnight.css index 17fb825..46efc8a 100644 --- a/midnight.css +++ b/midnight.css @@ -200,6 +200,16 @@ body ::-webkit-calendar-picker-indicator { https://developers.google.com/web/updates/2012/08/Quick-FAQs-on-input-type-date-in-Google-Chrome#how_do_i_change_the_appearance_of_the_date_picker I guess to theme it Trilium would need its own widget */ +/* -------------------- Highly Opinionated -------------------- */ +/* allow max width notes, but add slight side margins for gutter comfort */ +.note-split { + max-width:100% !important; +} +#center-pane { + margin-left:0.5em !important; + margin-right:0em !important; +} + /* -------------------- Fixing Code View -------------------- */ /*