mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-11 08:14:14 +00:00
Add a span around the title
We can measure the dimensions of the span to get the dimensions of the title
This commit is contained in:
parent
cde03baf24
commit
ca56de0495
@ -2,7 +2,7 @@ title: $:/templates/ViewTemplate
|
|||||||
modifier: JeremyRuston
|
modifier: JeremyRuston
|
||||||
|
|
||||||
{{title{
|
{{title{
|
||||||
<div><<view title>></div>
|
<div><span><<view title>></span></div>
|
||||||
}}}
|
}}}
|
||||||
{{small{
|
{{small{
|
||||||
<div><<view modifier link>> <<view modified date>> <<view tags>> <<button EditTiddler label:"edit" class:"btn btn-mini btn-primary">></div>
|
<div><<view modifier link>> <<view modified date>> <<view tags>> <<button EditTiddler label:"edit" class:"btn btn-mini btn-primary">></div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user