From 7beef2e7540bafe6a2f46658d3cb86b97de639f0 Mon Sep 17 00:00:00 2001 From: BurningTreeC Date: Sun, 19 Jan 2025 10:47:02 +0100 Subject: [PATCH] fix some css issues with centralised theme --- themes/tiddlywiki/centralised/styles.tid | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/themes/tiddlywiki/centralised/styles.tid b/themes/tiddlywiki/centralised/styles.tid index 598d14886..edaa20202 100644 --- a/themes/tiddlywiki/centralised/styles.tid +++ b/themes/tiddlywiki/centralised/styles.tid @@ -15,6 +15,9 @@ tags: [[$:/tags/Stylesheet]] padding: 42px <> 42px <>; margin: 0 auto; text-align: left; + display: block; + left: auto; + right: auto; } html body.tc-body .tc-sidebar-left .tc-story-river { @@ -50,7 +53,7 @@ tags: [[$:/tags/Stylesheet]] text-align: right; } - html .tc-tiddler-frame { + html .tc-tiddler-frame, html .tc-sidebar-left .tc-tiddler-frame { width: 100%; }