Compare commits

...

2 Commits

Author SHA1 Message Date
4fd58bc39f Fix button alignment 2023-03-30 22:28:12 +02:00
bf97e9e5e4 Fix container version 2023-03-30 22:21:42 +02:00
2 changed files with 5 additions and 1 deletions

View File

@ -154,6 +154,10 @@ body {
border-color: var(--table-border-color)
}
table td.buttoncell {
text-align: end;
}
.close {
color: var(--text-color)
}

View File

@ -6,7 +6,7 @@ secrets:
services:
karaoqueue:
image: "ghcr.io/phoenixtwofive/karaoqueue:v2023.03"
image: "ghcr.io/phoenixtwofive/karaoqueue:v2023.03.1"
build: .
restart: always
ports: