mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Fix StaticRiver exporter width of static tiddlers (#5099)
* Add tc-static-story-river class to StaticRiver exporter * Update base.tid
This commit is contained in:
parent
cb62c8c96d
commit
3d93790573
@ -26,7 +26,7 @@ extension: .html
|
||||
</head>
|
||||
<body class="tc-body">
|
||||
{{$:/StaticBanner||$:/core/templates/html-tiddler}}
|
||||
<section class="tc-story-river">
|
||||
<section class="tc-story-river tc-static-story-river">
|
||||
{{$:/core/templates/exporters/StaticRiver/Content||$:/core/templates/html-tiddler}}
|
||||
</section>
|
||||
</body>
|
||||
|
@ -937,6 +937,11 @@ button.tc-btn-invisible.tc-remove-tag-button {
|
||||
|
||||
">>
|
||||
|
||||
.tc-story-river.tc-static-story-river {
|
||||
margin-right: 0;
|
||||
padding-right: 42px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media print {
|
||||
|
Loading…
Reference in New Issue
Block a user