From 8051ab24bad2ed0daab84c6591763387e9f639e3 Mon Sep 17 00:00:00 2001 From: Pingumask Date: Tue, 20 Jun 2023 01:05:36 +0200 Subject: [PATCH] Small UI tweeks in custom script selection --- CHANGELOG.md | 5 +++++ README.md | 2 +- package.json | 2 +- src/components/modals/EditionModal.vue | 4 ++-- src/components/modals/Modal.vue | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7188e9..c16d509 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ====== +### Version 3.11.1 +Small UI tweeks to custom scripts selection + +====== + ### Version 3.11.0 Add several included custom scripts diff --git a/README.md b/README.md index 54ac1d4..57b6803 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index c66b4c1..438e462 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "townsquare", - "version": "3.11.0", + "version": "3.11.1", "description": "Blood on the Clocktower Town Square", "author": "Pingumaskt", "scripts": { diff --git a/src/components/modals/EditionModal.vue b/src/components/modals/EditionModal.vue index 5bfdc04..c97bdd4 100644 --- a/src/components/modals/EditionModal.vue +++ b/src/components/modals/EditionModal.vue @@ -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; diff --git a/src/components/modals/Modal.vue b/src/components/modals/Modal.vue index 25d1bcc..a5a1947 100644 --- a/src/components/modals/Modal.vue +++ b/src/components/modals/Modal.vue @@ -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;