Fix button alignment

This commit is contained in:
2023-03-30 22:28:12 +02:00
parent bf97e9e5e4
commit 4fd58bc39f

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)
} }