fix: removed jumping in layout after play
This commit is contained in:
@@ -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 && (
|
||||||
|
|||||||
@@ -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 && (
|
||||||
|
|||||||
@@ -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 && (
|
||||||
|
|||||||
Reference in New Issue
Block a user