Skip to content

Commit

Permalink
add visual indicator for filtered story-rivers
Browse files Browse the repository at this point in the history
  • Loading branch information
BurningTreeC committed Oct 24, 2024
1 parent 431b7b0 commit 8e0fc44
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions TiddlyFlex/css/base.tid
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,14 @@ tags: $:/tags/Stylesheet
max-width: 100%;
}

<%if [{$:/state/tiddlyflex/story-river/filter}match[yes]] %>

.tc-tiddlyflex-story-river-container-inner {
border: 2px solid <<colour primary>>;
}

<% endif %>

@media (min-width: 992px) {

.tc-tiddlyflex-story-river-container {
Expand Down
2 changes: 1 addition & 1 deletion TiddlyFlex/plugin.info
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "TiddlyFlex",
"plugin-type": "plugin",
"author": "Simon Huber",
"version": "0.6.1",
"version": "0.6.2",
"core-version": ">=5.3.3",
"source": "https://github.com/BurningTreeC/TiddlyFlex",
"list": "readme license"
Expand Down

0 comments on commit 8e0fc44

Please sign in to comment.