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) border-color: var(--table-border-color)
} }
table td.buttoncell {
text-align: end;
}
.close { .close {
color: var(--text-color) color: var(--text-color)
} }

View File

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