Add margin to descriptions

b6762d256d891b2c594d31d7c36af302b37621ef

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -2Ignore whitespace
public/index.html+2 -2
@@ -2078,10 +2078,10 @@
20782078 <option data-i18n="openai_reasoning_effort_high" value="high">High</option>
20792079 <option data-i18n="openai_reasoning_effort_maximum" value="max">Maximum</option>
20802080 </select>
20812081 <div class="toggle-description justifyLeft marginBot5" data-source="openai,custom,xai,openrouter" data-i18n="OpenAI-style options: low, medium, high. Minimum and maximum are aliased to low and high. Auto does not send an effort level.">
20822082 OpenAI-style options: low, medium, high. Minimum and maximum are aliased to low and high. Auto does not send an effort level.
20832083 </div>
20842084 <div class="toggle-description justifyLeft marginBot5" data-source="claude,makersuite,vertexai" data-i18n="Allocates a portion of the response length for thinking (low: 10%, medium: 25%, high: 50%). Other options are model-dependent.">
20852085 Allocates a portion of the response length for thinking (low: 10%, medium: 25%, high: 50%). Other options are model-dependent.
20862086 </div>
20872087 </div>