Compare commits

...

3 Commits

Author SHA1 Message Date
Mark Felder 64844c2926 Changelog 2023-12-18 13:30:19 -05:00
Mark Felder 121e49a8ea Center the buttons in the footer of the dialog modal 2023-12-18 13:23:31 -05:00
Mark Felder bdca708992 Center text in buttons 2023-12-18 13:14:02 -05:00
4 changed files with 4 additions and 2 deletions

View File

@ -0,0 +1 @@
Minor improvements to the dialog modal layout, buttons, and text

View File

@ -379,6 +379,7 @@ nav {
font-size: 1em;
font-family: sans-serif;
font-family: var(--interfaceFont, sans-serif);
text-align: center;
&.-sublime {
background: transparent;

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",