mirror of
https://codeberg.org/aryak/mozhi
synced 2024-12-22 23:59:45 +05:30
Fix the second text box field
This commit is contained in:
parent
16ee289b30
commit
347dbe5a27
@ -81,7 +81,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{{end}}
|
{{end}}
|
||||||
{{ else }} {{if .TranslationExists}}
|
{{ else }} {{if .TranslationExists}}
|
||||||
<div class="item-wrapper">
|
<div class="item-wrapper" style="display:flex;flex-direction: column;justify-content: center;text-align: center;margin: auto;">
|
||||||
<textarea class="translation item" dir="auto" placeholder="Translation" id="output" readonly>
|
<textarea class="translation item" dir="auto" placeholder="Translation" id="output" readonly>
|
||||||
{{.Translation.OutputText}}</textarea>
|
{{.Translation.OutputText}}</textarea>
|
||||||
{{if .Translation.AutoDetect}}
|
{{if .Translation.AutoDetect}}
|
||||||
|
Loading…
Reference in New Issue
Block a user