Don't space the language buttons too much

This commit is contained in:
Midou36O 2023-10-13 13:44:58 +01:00
parent 347dbe5a27
commit 0b7901958f
Signed by untrusted user: midou
GPG Key ID: 1D134A95FE521A7A

View File

@ -18,7 +18,7 @@
<!-- This hidden input is so that the engine gets sent in the request even though its not declared here -->
<input name="engine" value="{{.Engine}}" type="hidden" />
<div class="wrap languages" style="display:flex; justify-content:space-around; align-items:center;">
<div class="wrap languages" style="display:flex; justify-content:space-around; align-items:center; max-width:35%;margin: auto;margin-bottom: 1%;">
<div class="language">
<select name="from" aria-label="Source language" id="sourceLanguage">
{{range $key, $value := .SourceLanguages}} {{if $.From}}