Skip to content

Commit

Permalink
Merge pull request #892 from shreyabajaj12/voice-input-alignment
Browse files Browse the repository at this point in the history
Improve alignment of start-voice button
  • Loading branch information
ANSHIKA-26 authored Oct 13, 2024
2 parents 26848c6 + f2dd942 commit 8cd1cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_writing.html
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ <h2 style="margin-bottom: 15px">Start Writing</h2>
placeholder="Start writing your blog here..."
required
></textarea>
<button type="button" id="start-voice-input" style="position: absolute; top: 5px; right: 5px;">
<button type="button" id="start-voice-input" style="position: absolute; top: 10.5px; right: 0px;">
🎤
</button>
</div>
Expand Down

0 comments on commit 8cd1cb9

Please sign in to comment.