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