mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-31 11:19:10 +00:00
Retract view template title change in 09a3f94d79
As @pmario points out, the change interferes with the floating of the toolbar buttons: https://github.com/Jermolene/TiddlyWiki5/commit/09a3f94d79fc6eacbfd46c86 594748e996191eb2#commitcomment-8488743
This commit is contained in:
parent
187ec2e76c
commit
1255060a5a
@ -8,10 +8,10 @@ fill:$(foregroundColor)$;
|
||||
$:/config/ViewToolbarButtons/Visibility/$(listItem)$
|
||||
\end
|
||||
<div class="tc-tiddler-title">
|
||||
<h2 class="tc-titlebar">
|
||||
<span class="tc-tiddler-controls">
|
||||
<$list filter="[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]]" variable="listItem"><$reveal type="nomatch" state=<<config-title>> text="hide"><$transclude tiddler=<<listItem>>/></$reveal></$list>
|
||||
</span>
|
||||
<h2 class="tc-titlebar">
|
||||
<$set name="foregroundColor" value={{!!color}}>
|
||||
<span style=<<title-styles>>>
|
||||
<$transclude tiddler={{!!icon}}/>
|
||||
|
@ -634,8 +634,6 @@ button.tc-untagged-label {
|
||||
|
||||
.tc-tiddler-frame .tc-tiddler-controls {
|
||||
float: right;
|
||||
font-size: 2.35em;
|
||||
line-height: 1.2em;
|
||||
}
|
||||
|
||||
.tc-tiddler-controls .tc-drop-down {
|
||||
|
Loading…
Reference in New Issue
Block a user