mirror of
https://github.com/p-stream/p-stream.git
synced 2026-05-07 08:59:56 +00:00
Update TIDBSubmissionForm.tsx
This commit is contained in:
parent
9cc7f272e7
commit
e0c9848e49
1 changed files with 3 additions and 3 deletions
|
|
@ -188,7 +188,7 @@ export function TIDBSubmissionForm({
|
|||
|
||||
return (
|
||||
<Modal id={submissionModal.id}>
|
||||
<ModalCard className="!max-w-4xl max-h-[80vh] overflow-y-auto">
|
||||
<ModalCard className="!max-w-4xl max-h-[90vh] md:max-h-[80vh] overflow-y-auto px-4">
|
||||
<Heading3 className="!mt-0 !mb-4">
|
||||
{t("player.skipTime.feedback.modal.title")}
|
||||
</Heading3>
|
||||
|
|
@ -196,7 +196,7 @@ export function TIDBSubmissionForm({
|
|||
{t("player.skipTime.feedback.modal.description")}
|
||||
</Paragraph>
|
||||
|
||||
<div className="space-y-4 mt-4">
|
||||
<div className="space-y-4 mt-4 pb-4">
|
||||
{/* Section: Segment timestamps */}
|
||||
<div>
|
||||
<label
|
||||
|
|
@ -325,7 +325,7 @@ export function TIDBSubmissionForm({
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div className="flex gap-2 pt-4 justify-between">
|
||||
<div className="flex gap-2 pt-4 justify-between sticky bottom-0 bg-modal-background -mx-6 -mb-6 px-6 pb-6 mt-6 border-t border-gray-700">
|
||||
<Button
|
||||
theme="secondary"
|
||||
onClick={() => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue