mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-22 22:10:03 +00:00
Moved view dropdown to the left
So it doesn't get cut off so often
This commit is contained in:
parent
2ea95f22a6
commit
9361376767
@ -18,16 +18,16 @@ title: $:/templates/PageTemplate
|
|||||||
* [[Docs]]
|
* [[Docs]]
|
||||||
*{{divider-vertical}}
|
*{{divider-vertical}}
|
||||||
|
|
||||||
{{pull-right btn btn-info{
|
{{btn btn-info{
|
||||||
<<button popup:ViewDropDownState><View <span class="caret"></span>>>
|
<<button popup:ViewDropDownState><View <span class="caret"></span>>>
|
||||||
}}}
|
}}}
|
||||||
|
|
||||||
}}}
|
}}}
|
||||||
|
|
||||||
<<linkcatcher store:[[$:/CurrentView]]><
|
<<linkcatcher store:[[$:/CurrentView]]><
|
||||||
<<reveal state:ViewDropDownState type:popup position:belowleft><
|
<<reveal state:ViewDropDownState type:popup position:below><
|
||||||
<div class="open">
|
<div class="open">
|
||||||
{{dropdown-menu pull-right tw-suppress-missing-tiddlylink{
|
{{dropdown-menu tw-suppress-missing-tiddlylink{
|
||||||
* <<link to:classic>< <<hide tiddler:[[$:/CurrentView]] notequal:classic>< <span class="tw-ticked-menu-item"></span> >> Classic>>
|
* <<link to:classic>< <<hide tiddler:[[$:/CurrentView]] notequal:classic>< <span class="tw-ticked-menu-item"></span> >> Classic>>
|
||||||
* <<link to:sideways>< <<hide tiddler:[[$:/CurrentView]] notequal:sideways>< <span class="tw-ticked-menu-item"></span> >> Sideways>>
|
* <<link to:sideways>< <<hide tiddler:[[$:/CurrentView]] notequal:sideways>< <span class="tw-ticked-menu-item"></span> >> Sideways>>
|
||||||
* <<link to:zoomin>< <<hide tiddler:[[$:/CurrentView]] notequal:zoomin>< <span class="tw-ticked-menu-item"></span> >> Zoomin>>
|
* <<link to:zoomin>< <<hide tiddler:[[$:/CurrentView]] notequal:zoomin>< <span class="tw-ticked-menu-item"></span> >> Zoomin>>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user