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:
parent
e96ff3f48e
commit
11cb571f53
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user