diff --git a/core/ui/MoreSideBar.tid b/core/ui/MoreSideBar.tid index 765ffbfbf..b62c94b4a 100644 --- a/core/ui/MoreSideBar.tid +++ b/core/ui/MoreSideBar.tid @@ -29,7 +29,7 @@ title: $:/core/ui/MoreSideBar <$reveal type="match" state="$:/state/moreSideBarTabSet" text="tagsTab" qualifyTiddlerTitles="yes"> <$list filter="[tags[]sort[title]]" itemClass="tw-menu-list-item"> -<$transclude template="$:/core/ui/TagTemplate"/> <$count filter="[is[current]tagging[]]"/> +<$transclude template="$:/core/ui/TagTemplate"/> <$count filter="[is[current]tagging[]]"/> <$reveal type="match" state="$:/state/moreSideBarTabSet" text="missingTab" qualifyTiddlerTitles="yes"> diff --git a/themes/tiddlywiki/snowwhite/base.tid b/themes/tiddlywiki/snowwhite/base.tid index e42794298..25be30d36 100644 --- a/themes/tiddlywiki/snowwhite/base.tid +++ b/themes/tiddlywiki/snowwhite/base.tid @@ -333,6 +333,10 @@ a.tw-tiddlylink-external { white-space: nowrap; } +.tw-menu-list-count { + font-weight: bold; +} + .tw-open-tiddler-list { <> }