diff --git a/bouncy_frontend/src/app.css b/bouncy_frontend/src/app.css index cd51d39..8450e48 100644 --- a/bouncy_frontend/src/app.css +++ b/bouncy_frontend/src/app.css @@ -112,6 +112,15 @@ button.wide { max-width: 450px; } +button.full-width { + margin: 5px auto; + width: 100%; +} + +button.short { + height: 50px; +} + button.locked { background-color: var(--theme-neutral-gray); color: var(--theme-neutral-dark); diff --git a/bouncy_frontend/src/lib/components/editor/PoseInputForm.svelte b/bouncy_frontend/src/lib/components/editor/PoseInputForm.svelte index 50aa23a..8bf468d 100644 --- a/bouncy_frontend/src/lib/components/editor/PoseInputForm.svelte +++ b/bouncy_frontend/src/lib/components/editor/PoseInputForm.svelte @@ -1,5 +1,9 @@ -
- -
+ +