mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-19 00:00:43 +00:00
Some styling changes
The idea of moving the sidebar to the right is so that it can grow into the otherwise empty space to the right of the story column. Still a work in progress: needs to be responsive, amongst other things
This commit is contained in:
@@ -2,6 +2,7 @@ title: $:/templates/SideBar
|
||||
|
||||
<!-- The implementation of tabs here is currently a bit unreadable -->
|
||||
|
||||
<div class="tw-sidebar-lists">
|
||||
@@.search-query
|
||||
<$edit tiddler="$:/temp/search" type="search" requireFocus="yes"/>
|
||||
@@
|
||||
@@ -40,3 +41,4 @@ title: $:/templates/SideBar
|
||||
</div>
|
||||
|
||||
</$reveal>
|
||||
</div>
|
||||
|
||||
@@ -1,14 +1,11 @@
|
||||
title: $:/templates/ViewTemplate
|
||||
modifier: JeremyRuston
|
||||
|
||||
<span class="tw-tiddler-controls"><$button popup="$:/state/tiddlerDropdown" qualifyTiddlerTitles="yes" class="btn-invisible">{{$:/core/images/info-button.svg}}</$button>
|
||||
<$button message="tw-edit-tiddler" class="btn-invisible">{{$:/core/images/edit-button.svg}}</$button>
|
||||
<$button message="tw-close-tiddler" class="btn-invisible">{{$:/core/images/close-button.svg}}</$button>
|
||||
<$reveal type="popup" state="$:/state/tiddlerDropdown" position="belowleft" qualifyTiddlerTitles="yes"><div class="tw-drop-down"><$transclude template="$:/templates/TiddlerDropdown"></$transclude></div>
|
||||
|
||||
<span class="title"><span class="tw-tiddler-controls"><$button popup="$:/state/tiddlerDropdown" qualifyTiddlerTitles="yes" class="btn-invisible">{{$:/core/images/info-button.svg}}</$button><$button message="tw-edit-tiddler" class="btn-invisible">{{$:/core/images/edit-button.svg}}</$button><$button message="tw-close-tiddler" class="btn-invisible">{{$:/core/images/close-button.svg}}</$button><$reveal type="popup" state="$:/state/tiddlerDropdown" position="belowleft" qualifyTiddlerTitles="yes"><div class="tw-drop-down"><$transclude template="$:/templates/TiddlerDropdown"></$transclude></div>
|
||||
</$reveal>
|
||||
|
||||
</span>
|
||||
<span class="title"><$view field="title"/></span>
|
||||
</span><$view field="title"/></span>
|
||||
|
||||
<div class="small"><$view field="modifier" format="link"/> <$view field="modified" format="relativedate"/></div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user