mirror of
https://github.com/p-stream/p-stream.git
synced 2026-05-12 04:30:53 +00:00
parent
e0c9848e49
commit
2104a4777d
1 changed files with 3 additions and 3 deletions
|
|
@ -188,7 +188,7 @@ export function TIDBSubmissionForm({
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Modal id={submissionModal.id}>
|
<Modal id={submissionModal.id}>
|
||||||
<ModalCard className="!max-w-4xl max-h-[90vh] md:max-h-[80vh] overflow-y-auto px-4">
|
<ModalCard className="!max-w-4xl max-h-[80vh] overflow-y-auto">
|
||||||
<Heading3 className="!mt-0 !mb-4">
|
<Heading3 className="!mt-0 !mb-4">
|
||||||
{t("player.skipTime.feedback.modal.title")}
|
{t("player.skipTime.feedback.modal.title")}
|
||||||
</Heading3>
|
</Heading3>
|
||||||
|
|
@ -196,7 +196,7 @@ export function TIDBSubmissionForm({
|
||||||
{t("player.skipTime.feedback.modal.description")}
|
{t("player.skipTime.feedback.modal.description")}
|
||||||
</Paragraph>
|
</Paragraph>
|
||||||
|
|
||||||
<div className="space-y-4 mt-4 pb-4">
|
<div className="space-y-4 mt-4">
|
||||||
{/* Section: Segment timestamps */}
|
{/* Section: Segment timestamps */}
|
||||||
<div>
|
<div>
|
||||||
<label
|
<label
|
||||||
|
|
@ -325,7 +325,7 @@ export function TIDBSubmissionForm({
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<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">
|
<div className="flex gap-2 pt-4 justify-between">
|
||||||
<Button
|
<Button
|
||||||
theme="secondary"
|
theme="secondary"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue