mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-05 21:33:52 +00:00
parent
d8c3691bd1
commit
63d7fd8457
@ -6,6 +6,6 @@ $:/config/EditToolbarButtons/Visibility/$(listItem)$
|
|||||||
\end
|
\end
|
||||||
<div class="tw-tiddler-title">
|
<div class="tw-tiddler-title">
|
||||||
<$view field="title"/>
|
<$view field="title"/>
|
||||||
<span class="tw-tiddler-controls titlebar"><$list filter="[all[shadows+tiddlers]tag[$:/tags/EditToolbar]!has[draft.of]]" variable="listItem"><$reveal type="nomatch" state=<<config-title>> text="hide"><$transclude tiddler=<<listItem>>/></$reveal></$list></span>
|
<span class="tw-tiddler-controls tc-titlebar"><$list filter="[all[shadows+tiddlers]tag[$:/tags/EditToolbar]!has[draft.of]]" variable="listItem"><$reveal type="nomatch" state=<<config-title>> text="hide"><$transclude tiddler=<<listItem>>/></$reveal></$list></span>
|
||||||
<div style="clear: both;"></div>
|
<div style="clear: both;"></div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
title: $:/core/ui/EditTemplate/title
|
title: $:/core/ui/EditTemplate/title
|
||||||
tags: $:/tags/EditTemplate
|
tags: $:/tags/EditTemplate
|
||||||
|
|
||||||
<$edit-text field="draft.title" class="titlebar tw-edit-texteditor"/>
|
<$edit-text field="draft.title" class="tc-titlebar tw-edit-texteditor"/>
|
||||||
|
@ -8,7 +8,7 @@ fill:$(foregroundColor)$;
|
|||||||
$:/config/ViewToolbarButtons/Visibility/$(listItem)$
|
$:/config/ViewToolbarButtons/Visibility/$(listItem)$
|
||||||
\end
|
\end
|
||||||
<div class="tw-tiddler-title">
|
<div class="tw-tiddler-title">
|
||||||
<h2 class="titlebar">
|
<h2 class="tc-titlebar">
|
||||||
<span class="tw-tiddler-controls">
|
<span class="tw-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>
|
<$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>
|
</span>
|
||||||
|
@ -594,7 +594,7 @@ button.tw-tag-label, span.tw-tag-label {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tw-site-title,
|
.tw-site-title,
|
||||||
.titlebar {
|
.tc-titlebar {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-size: 2.35em;
|
font-size: 2.35em;
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
@ -606,7 +606,7 @@ button.tw-tag-label, span.tw-tag-label {
|
|||||||
color: <<colour muted-foreground>>;
|
color: <<colour muted-foreground>>;
|
||||||
}
|
}
|
||||||
|
|
||||||
.titlebar img {
|
.tc-titlebar img {
|
||||||
height: 1em;
|
height: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user