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:
Simon Huber 2020-11-23 19:06:46 +01:00 committed by GitHub
parent cb62c8c96d
commit 3d93790573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -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>

View File

@ -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 {