Skip to content

Commit 0d47cd2

Browse files
Rupesh-Rathorerecursivezero
authored andcommitted
Pages > varanmala > listen - chaotic layput error fixed
1 parent 7086293 commit 0d47cd2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/assets/styles/varnmala/reader.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
will-change: contents;
1717
line-height: 1;
1818
gap: 0.5rem;
19-
height: 80%;
19+
height: max-content;
2020
}
2121

2222
.hide {

src/pages/varnmala/listen.astro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,21 @@ import KeyboardTrigger from "@/components/KeyboardTrigger.astro";
2323
<div data-name="mudra" class="voice-option">👧 Mudra</div>
2424
<div data-name="rutvi" class="voice-option">👧 Rutvi</div>
2525
</div>
26+
</div>
2627
<KeyboardTrigger />
2728
<SharePopover />
2829
<Help
2930
title="Reader"
3031
description="Press any letter key (A-Z) to display it with a related emoji. Use the Voices dropdown to change voices, and use the audio button to mute/unmute sounds."
3132
/>
32-
</div>
33-
33+
</Fragment>
34+
3435
<article id="container__reader" class="container__reader">a🍎</article>
3536
<section class="section--audio hide">
3637
<audio id="audioPlayer" controlslist="nodownload" controls autoplay></audio>
3738
</section>
38-
</Fragment>
39-
39+
</BaseLayout>
40+
4041
<script>
4142
import { emojiList } from "@/mappers/alphabet";
4243
import { getRandomValue, isAlphabet, isNumber } from "@/utils/index";
@@ -184,4 +185,3 @@ import KeyboardTrigger from "@/components/KeyboardTrigger.astro";
184185
}
185186
});
186187
</script>
187-
</BaseLayout>

0 commit comments

Comments
 (0)