diff --git a/.github/readme.md b/.github/readme.md index 28d3a390d..01a3ab8ba 100644 --- a/.github/readme.md +++ b/.github/readme.md @@ -274,7 +274,7 @@ You will need two mandatory directory mappings and a port mapping to allow Silly 1. Open your Command Line 2. Run the following command -`docker create --name='sillytavern' --net='[DockerNet]' -p '8000:8000/tcp' -v '[plugins]':'/home/node/app/plugins':'rw' -v '[config]':'/home/node/app/config':'rw' -v '[data]':'/home/node/app/data':'rw' -v '[extensions]':'/home/node/app/public/scripts/extensions/third-party':'rw' 'ghcr.io/sillytavern/sillytavern:[version]'` +`docker run --name='sillytavern' --net='[DockerNet]' -p '8000:8000/tcp' -v '[plugins]':'/home/node/app/plugins':'rw' -v '[config]':'/home/node/app/config':'rw' -v '[data]':'/home/node/app/data':'rw' -v '[extensions]':'/home/node/app/public/scripts/extensions/third-party':'rw' 'ghcr.io/sillytavern/sillytavern:[version]'` > Note that 8000 is a default listening port. Don't forget to use an appropriate port if you change it in the config. diff --git a/public/css/toggle-dependent.css b/public/css/toggle-dependent.css index b6cf2ace1..967aa55e6 100644 --- a/public/css/toggle-dependent.css +++ b/public/css/toggle-dependent.css @@ -472,6 +472,11 @@ label[for="trim_spaces"]:has(input:checked) i.warning { display: none; } +label[for="trim_spaces"]:not(:has(input:checked)) small { + color: var(--warning); + opacity: 1; +} + #claude_function_prefill_warning { display: none; color: red; diff --git a/public/index.html b/public/index.html index a9b37e906..ee15ea62e 100644 --- a/public/index.html +++ b/public/index.html @@ -1587,6 +1587,10 @@ Skip Special Tokens +