mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-05-30 05:04:06 +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>
|
</head>
|
||||||
<body class="tc-body">
|
<body class="tc-body">
|
||||||
{{$:/StaticBanner||$:/core/templates/html-tiddler}}
|
{{$:/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}}
|
{{$:/core/templates/exporters/StaticRiver/Content||$:/core/templates/html-tiddler}}
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</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 {
|
@media print {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user