add a "Push" button
This commit is contained in:
parent
cf50e05c16
commit
d836b98a70
2 changed files with 32 additions and 6 deletions
11
dist/think-editor.css
vendored
11
dist/think-editor.css
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue