Skip to content

Commit

Permalink
Development (#44)
Browse files Browse the repository at this point in the history
* improvements for static list

* Time filter

* remove github assets

* Updated readme

Co-authored-by: Jan Litzenburger <[email protected]>
  • Loading branch information
jalibu and Jan Litzenburger authored Jun 18, 2022
1 parent 8b771b6 commit 94087c7
Show file tree
Hide file tree
Showing 15 changed files with 105 additions and 5,336 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github: jalibu
custom: ['https://paypal.me/jalibu', 'https://www.buymeacoffee.com/jalibu']
custom: ['https://paypal.me/jalibu']
25 changes: 0 additions & 25 deletions .github/workflows/node.js.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
package-lock.json

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
Expand Down
11 changes: 11 additions & 0 deletions MMM-Jast.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,14 @@
.jast-wrapper span.jast-change-value:nth-child(2)::before {
content: " | ";
}

.MMM-Jast .jast-wrapper.none ul {
display: flex;
flex-direction: column;
}

.MMM-Jast .jast-wrapper.none li.jast-stock {
display: flex;
justify-content: space-between;
column-gap: 1vmin;
}
4 changes: 2 additions & 2 deletions MMM-Jast.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 94087c7

Please sign in to comment.