mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
parent
d8c3691bd1
commit
63d7fd8457
@ -6,6 +6,6 @@ $:/config/EditToolbarButtons/Visibility/$(listItem)$
|
||||
\end
|
||||
<div class="tw-tiddler-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>
|
||||
|
@ -1,4 +1,4 @@
|
||||
title: $:/core/ui/EditTemplate/title
|
||||
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)$
|
||||
\end
|
||||
<div class="tw-tiddler-title">
|
||||
<h2 class="titlebar">
|
||||
<h2 class="tc-titlebar">
|
||||
<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>
|
||||
</span>
|
||||
|
@ -594,7 +594,7 @@ button.tw-tag-label, span.tw-tag-label {
|
||||
}
|
||||
|
||||
.tw-site-title,
|
||||
.titlebar {
|
||||
.tc-titlebar {
|
||||
font-weight: 300;
|
||||
font-size: 2.35em;
|
||||
line-height: 1.2em;
|
||||
@ -606,7 +606,7 @@ button.tw-tag-label, span.tw-tag-label {
|
||||
color: <<colour muted-foreground>>;
|
||||
}
|
||||
|
||||
.titlebar img {
|
||||
.tc-titlebar img {
|
||||
height: 1em;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user