mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-08 15:10:02 +00:00
Use pop animation for the view mode tag list
Works well with the task management demo
This commit is contained in:
parent
e6450e60e2
commit
4980d99f70
@ -13,7 +13,7 @@ modifier: JeremyRuston
|
||||
|
||||
<div class="tw-subtitle"><$view field="modifier" format="link"/> <$view field="modified" format="relativedate"/></div>
|
||||
|
||||
<div class="tw-tags-wrapper"><$list filter="[is[current]tags[]]" template="$:/core/ui/TagTemplate" /></div>
|
||||
<div class="tw-tags-wrapper"><$list filter="[is[current]tags[]]" template="$:/core/ui/TagTemplate" listview="pop" itemClass="tw-tag-list-item"/></div>
|
||||
|
||||
<div class="body">
|
||||
<$view field="text" format="wikified">
|
||||
|
@ -217,6 +217,11 @@ a.tw-tiddlylink-missing {
|
||||
** Tags and missing tiddlers
|
||||
*/
|
||||
|
||||
.tw-tag-list-item {
|
||||
display: inline-block;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
.tw-tags-wrapper {
|
||||
margin: 0.25em 0 1em 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user