mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 22:24:36 +00:00
Small UI tweeks in custom script selection
This commit is contained in:
parent
13b1a9237d
commit
8051ab24ba
5 changed files with 10 additions and 5 deletions
|
@ -2,6 +2,11 @@
|
||||||
|
|
||||||
======
|
======
|
||||||
|
|
||||||
|
### Version 3.11.1
|
||||||
|
Small UI tweeks to custom scripts selection
|
||||||
|
|
||||||
|
======
|
||||||
|
|
||||||
### Version 3.11.0
|
### Version 3.11.0
|
||||||
Add several included custom scripts
|
Add several included custom scripts
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
This is an unofficial online tool to run Blood on the Clocktower games through Discord or other digital means.
|
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.
|
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.
|
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.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "townsquare",
|
"name": "townsquare",
|
||||||
"version": "3.11.0",
|
"version": "3.11.1",
|
||||||
"description": "Blood on the Clocktower Town Square",
|
"description": "Blood on the Clocktower Town Square",
|
||||||
"author": "Pingumaskt",
|
"author": "Pingumaskt",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -336,13 +336,13 @@ ul.editions {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.scripts {
|
.scripts {
|
||||||
margin-block: 2em;
|
margin-block: 1em;
|
||||||
list-style-type: disc;
|
list-style-type: disc;
|
||||||
font-size: 120%;
|
font-size: 120%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
|
||||||
gap: 2em 0.5em;
|
gap: 0.5em 1em;
|
||||||
li {
|
li {
|
||||||
text-align:left;
|
text-align:left;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
|
|
@ -65,7 +65,7 @@ export default {
|
||||||
box-shadow: 2px 2px 20px 1px #000;
|
box-shadow: 2px 2px 20px 1px #000;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
max-height: 80vh;
|
max-height: 95vh;
|
||||||
width: 90vw;
|
width: 90vw;
|
||||||
max-width: 1800px;
|
max-width: 1800px;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue