1
0
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:
Jeremy Ruston 2013-07-04 13:31:14 +01:00
parent e6450e60e2
commit 4980d99f70
2 changed files with 6 additions and 1 deletions

View File

@ -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">

View File

@ -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;
}