1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-25 08:26:52 +00:00

test with 42px

This commit is contained in:
BurningTreeC 2024-11-06 17:58:06 +01:00
parent 1b6953d624
commit c1e401958e

View File

@ -1542,7 +1542,7 @@ html body.tc-body.tc-single-tiddler-window {
}
.tc-story-river {
margin-right: clamp(calc(<<get.theme.metric sidebarminwidth>> - <<get.theme.metric storypaddingright>>),calc(<<get.theme.metric sidebarwidth>> - <<get.theme.metric storypaddingright>>),calc(100% - <<get.theme.metric storyleft>> - <<get.theme.metric storyminwidth>> + <<get.theme.metric storypaddingright>>));
margin-right: clamp(calc(<<get.theme.metric sidebarminwidth>> - 42px),calc(<<get.theme.metric sidebarwidth>> - 42px),calc(100% - <<get.theme.metric storyleft>> - <<get.theme.metric storyminwidth>> + 42px));
}
html[dir="rtl"] .tc-sidebar-left .tc-story-river, .tc-sidebar-left .tc-story-river {