This commit is contained in:
partisan 2024-10-10 18:41:53 +02:00
parent 2f347bb759
commit 48994ee32d
2 changed files with 2 additions and 2 deletions

View file

@ -717,7 +717,7 @@ hr {
.torrent-sort-save,
.torrent-cat {
border-radius: 4px;
width: 127px;
width: 164px;
margin-right: 10px;
padding: 6px;
font-size: 14px;

View file

@ -61,7 +61,7 @@
</select>
<select class="results-settings" name="lang" id="languageSelect">
{{range .LanguageOptions}}
<option value="{{.Code}}" {{if eq .Code $.CurrentLang}}selected{{end}}>{{.Name}}</option>
<option value="{{.Code}}" {{if eq .Code $.CurrentLang}}selected{{end}}>{{.Name}}</option> <!-- this is too wide or too less, fix -->
{{end}}
</select>
<button class="results-save" name="t" value="image">{{ translate "save_settings" }}</button>