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 18:06:46 +00:00
committed by GitHub
parent cb62c8c96d
commit 3d93790573
2 changed files with 6 additions and 1 deletions
+1 -1
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>
+5
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 {