mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-01 07:41:42 +02:00
Compare commits
2 Commits
v2023.03.1
...
bugfix/47-
Author | SHA1 | Date | |
---|---|---|---|
4fd58bc39f
|
|||
bf97e9e5e4
|
@ -154,6 +154,10 @@ body {
|
||||
border-color: var(--table-border-color)
|
||||
}
|
||||
|
||||
table td.buttoncell {
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
.close {
|
||||
color: var(--text-color)
|
||||
}
|
||||
|
@ -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:
|
||||
|
Reference in New Issue
Block a user