This commit is contained in:
Pingumask 2023-06-20 01:06:12 +02:00
commit fc315186e9
5 changed files with 10 additions and 5 deletions

View file

@ -2,6 +2,11 @@
======
### Version 3.11.1
Small UI tweeks to custom scripts selection
======
### Version 3.11.0
Add several included custom scripts

View file

@ -5,7 +5,7 @@
This is an unofficial online tool to run Blood on the Clocktower games through Discord or other digital means.
It is supposed to aid storytellers and players by allowing them to quickly set up games, run votes and much more.
[You can try it online!](https://clocktower.online)
[You can try it online!](https://pingumask.github.io)
If you want to learn more about how to use the app as a player, [JayBotC](https://www.youtube.com/channel/UCNZy-4Rp877XtTHaIZdWYFQ) kindly created two tutorial videos.

View file

@ -1,6 +1,6 @@
{
"name": "townsquare",
"version": "3.11.0",
"version": "3.11.1",
"description": "Blood on the Clocktower Town Square",
"author": "Pingumaskt",
"scripts": {

View file

@ -336,13 +336,13 @@ ul.editions {
display: none;
}
.scripts {
margin-block: 2em;
margin-block: 1em;
list-style-type: disc;
font-size: 120%;
cursor: pointer;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
gap: 2em 0.5em;
gap: 0.5em 1em;
li {
text-align:left;
list-style-type: none;

View file

@ -65,7 +65,7 @@ export default {
box-shadow: 2px 2px 20px 1px #000;
display: flex;
flex-direction: column;
max-height: 80vh;
max-height: 95vh;
width: 90vw;
max-width: 1800px;