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

fix padding in centralised theme

This commit is contained in:
BurningTreeC 2024-10-10 11:27:37 +02:00
parent e96ff3f48e
commit 11cb571f53

View File

@ -12,7 +12,7 @@ tags: [[$:/tags/Stylesheet]]
html .tc-story-river {
position: relative;
width: min({{$:/themes/tiddlywiki/centralised/metrics/storywidth}},calc(100% - (2 * {{$:/themes/tiddlywiki/centralised/metrics/sidebarminwidth}})));
padding: 42px;
padding: 42px {{$:/themes/tiddlywiki/centralised/metrics/storypaddingright}} 42px {{$:/themes/tiddlywiki/centralised/metrics/storypaddingleft}};
margin: 0 auto;
text-align: left;
}