Closed tat3 closed 1 year ago
Add a --style <style> option to the command line so that user-defined css will work for file listing pages.
--style <style>
For example, use the following.
$ sfz -p 4000 --style 'li { width: 400px; }'
This feature is related to #89.
Thank you for the PR. Unfortunately I have no time working on it. See #108.
Add a
--style <style>
option to the command line so that user-defined css will work for file listing pages.For example, use the following.
This feature is related to #89.