Center the buttons in the footer of the dialog modal

This commit is contained in:
Mark Felder 2023-12-18 13:23:31 -05:00
parent bdca708992
commit 121e49a8ea
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@
border-top: 1px solid $fallback--border;
border-top: 1px solid var(--border, $fallback--border);
display: flex;
justify-content: flex-end;
justify-content: center;
button {
width: auto;

View File

@ -999,7 +999,7 @@
"repeat_confirm": "Do you really want to repeat this status?",
"repeat_confirm_title": "Repeat confirmation",
"repeat_confirm_accept_button": "Repeat",
"repeat_confirm_cancel_button": "Do not repeat",
"repeat_confirm_cancel_button": "Cancel",
"delete": "Delete status",
"delete_error": "Error deleting status: {0}",
"edit": "Edit status",