fix: removed jumping in layout after play

This commit is contained in:
averel10
2026-04-17 09:16:39 +02:00
parent 4c1f97b867
commit a016d2651f
3 changed files with 4 additions and 6 deletions

View File

@@ -64,11 +64,10 @@ export default function SingleChoiceBinaryEntryView({
/> />
{/* Must-listen hint */} {/* Must-listen hint */}
{!fullyPlayed && (
<p className="text-xs text-gray-400 mt-2"> <p className="text-xs text-gray-400 mt-2">
Bitte die Aufnahme vollständig anhören, bevor du eine Bewertung abgibst. Bitte die Aufnahme vollständig anhören, bevor du eine Bewertung abgibst.
</p> </p>
)}
{/* Utterance text */} {/* Utterance text */}
{entry.utteranceText && ( {entry.utteranceText && (

View File

@@ -70,11 +70,11 @@ export default function SingleChoiceEntryView({
/> />
{/* Must-listen hint */} {/* Must-listen hint */}
{!fullyPlayed && (
<p className="text-xs text-gray-400 mt-2"> <p className="text-xs text-gray-400 mt-2">
Bitte die Aufnahme vollständig anhören, bevor du eine Bewertung abgibst. Bitte die Aufnahme vollständig anhören, bevor du eine Bewertung abgibst.
</p> </p>
)}
{/* Utterance text */} {/* Utterance text */}
{entry.utteranceText && ( {entry.utteranceText && (

View File

@@ -86,11 +86,10 @@ export default function CalibrationEntryView({
/> />
{/* Must-listen hint */} {/* Must-listen hint */}
{!fullyPlayed && (
<p className="text-xs text-gray-400 mt-2"> <p className="text-xs text-gray-400 mt-2">
Bitte die Aufnahme vollständig anhören, bevor du eine Bewertung abgibst. Bitte die Aufnahme vollständig anhören, bevor du eine Bewertung abgibst.
</p> </p>
)}
{/* Utterance text */} {/* Utterance text */}
{entry.utteranceText && ( {entry.utteranceText && (