mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-10 10:48:05 +00:00
Pixel accuracy for restoring pre-refactor layout
Two problems: * Extraneous whitespace shows up as whitespace in the HTML, making it hard to style * Fix some padding
This commit is contained in:
@@ -7,8 +7,7 @@ tags: $:/tags/PageTemplate
|
||||
<div class="tw-site-title">{{$:/SiteTitle}}</div>
|
||||
<div class="tw-site-subtitle">{{$:/SiteSubtitle}}</div>
|
||||
<div class="tw-page-controls">
|
||||
<$list filter="[all[tiddlers+shadows]tag[$:/tags/PageControls]!has[draft.of]]" variable="listItem"> <$transclude tiddler=<<listItem>>/>
|
||||
</$list>
|
||||
<$list filter="[all[tiddlers+shadows]tag[$:/tags/PageControls]!has[draft.of]]" variable="listItem"><$transclude tiddler=<<listItem>>/></$list>
|
||||
</div>
|
||||
{{$:/core/ui/SideBarLists}}
|
||||
</$reveal>
|
||||
|
||||
@@ -8,8 +8,7 @@ title: $:/core/ui/SideBarLists
|
||||
<$link to="" class="btn-invisible">{{$:/core/images/close-button}}</$link>
|
||||
</$linkcatcher>
|
||||
</$reveal>
|
||||
<$reveal state="$:/temp/search" type="match" text="">
|
||||
<$link to="$:/AdvancedSearch" class="btn-invisible">…</$link>
|
||||
<$reveal state="$:/temp/search" type="match" text=""> <$link to="$:/AdvancedSearch" class="btn-invisible">…</$link>
|
||||
</$reveal>
|
||||
</div>
|
||||
<$reveal state="$:/temp/search" type="nomatch" text="">
|
||||
|
||||
Reference in New Issue
Block a user