diff --git a/README.md b/README.md index 4f55335..1f54d1c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ You can start dice-tower with docker compose Create a `compose.yml`-File with following content: ```yaml services: - api: + dice-tower: container_name: dice-tower image: git.arindy.de/arindy/dice-tower:latest restart: always diff --git a/compose.yml b/compose.yml index 2403b5f..3407685 100644 --- a/compose.yml +++ b/compose.yml @@ -1,5 +1,5 @@ services: - api: + dice-tower: container_name: dice-tower image: git.arindy.de/arindy/dice-tower:latest restart: always diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 902f65f..33c9a8a 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -161,7 +161,7 @@ .checkbox { position: relative; - padding-left: 100px; + padding-left: 50px; margin-bottom: 12px; margin-left: 10px; cursor: pointer; @@ -180,7 +180,7 @@ } .checkmark { - margin-left: 75px; + margin-left: 25px; position: absolute; top: 0; left: 0; @@ -266,13 +266,14 @@ required onkeyup="start(event)"/>

-
+
+