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 */}
{!fullyPlayed && (
<p className="text-xs text-gray-400 mt-2">
Bitte die Aufnahme vollständig anhören, bevor du eine Bewertung abgibst.
</p>
)}
{/* Utterance text */}
{entry.utteranceText && (

View File

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

View File

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