Merge pull request #48 from PhoenixTwoFive:bugfix/47-misaligned-buttons

Fix button alignment
This commit is contained in:
Phillip Kühne 2023-03-30 22:28:57 +02:00 committed by GitHub
commit dff46404f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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