add a "Push" button

This commit is contained in:
Christian Lawson-Perfect 2025-02-09 20:28:54 +00:00
parent cf50e05c16
commit d836b98a70
2 changed files with 32 additions and 6 deletions

11
dist/think-editor.css vendored
View file

@ -174,6 +174,17 @@ input {
align-items: start;
}
& #jj-buttons {
display: flex;
justify-content: end;
gap: var(--spacing);
margin: 0;
& #start-commit-button {
width: 10em;
}
}
& #make-log {
& > pre {
max-width: 20em;