From 275495e77a1e8cb9b97fb3faab2c00a52f9ff462 Mon Sep 17 00:00:00 2001 From: BurningTreeC Date: Sun, 10 Nov 2024 19:11:18 +0100 Subject: [PATCH] correct margins of story-river when sidebar is hidden --- themes/tiddlywiki/vanilla/base.tid | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 3d2b97aa6..47f3d8a87 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -1595,18 +1595,17 @@ html body.tc-body.tc-single-tiddler-window { """ hiddenSidebarText:""" .tc-story-river { - padding-right: 3em; margin-right: 0; } .tc-sidebar-left .tc-story-river { - margin-left: max(<>,calc(<> + <>)); + margin-left: max(0px,<>); margin-right: 0; } html[dir="rtl"] .tc-sidebar-left .tc-story-river { margin-left: 0; - margin-right: max(<>,calc(<> + <>)); + margin-right: max(0px,<>); } body.tc-body .tc-page-container.tc-page-view-zoomin .tc-tiddler-frame {