mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Add whitespace trim to pagetemplate, story and sidebar (#4052)
* add whitespace trim to pagetemplate * add whitespace trim to story pagetemplate * add whitespace trim to sidebar pagetemplate
This commit is contained in:
parent
958b3e7b7c
commit
6e5566b907
@ -1,5 +1,6 @@
|
||||
title: $:/core/ui/PageTemplate
|
||||
|
||||
\whitespace trim
|
||||
\define containerClasses()
|
||||
tc-page-container tc-page-view-$(storyviewTitle)$ tc-language-$(languageTitle)$
|
||||
\end
|
||||
|
@ -1,6 +1,7 @@
|
||||
title: $:/core/ui/PageTemplate/sidebar
|
||||
tags: $:/tags/PageTemplate
|
||||
|
||||
\whitespace trim
|
||||
\define config-title()
|
||||
$:/config/SideBarSegments/Visibility/$(listItem)$
|
||||
\end
|
||||
@ -25,4 +26,4 @@ $:/config/SideBarSegments/Visibility/$(listItem)$
|
||||
|
||||
</div>
|
||||
|
||||
</$scrollable>
|
||||
</$scrollable>
|
||||
|
@ -1,6 +1,7 @@
|
||||
title: $:/core/ui/PageTemplate/story
|
||||
tags: $:/tags/PageTemplate
|
||||
|
||||
\whitespace trim
|
||||
<section class="tc-story-river">
|
||||
|
||||
<section class="story-backdrop">
|
||||
|
Loading…
Reference in New Issue
Block a user