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 @@
2078 <option data-i18n="openai_reasoning_effort_high" value="high">High</option>2078 <option data-i18n="openai_reasoning_effort_high" value="high">High</option>
2079 <option data-i18n="openai_reasoning_effort_maximum" value="max">Maximum</option>2079 <option data-i18n="openai_reasoning_effort_maximum" value="max">Maximum</option>
2080 </select>2080 </select>
2081 <div class="toggle-description justifyLeft" 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.">2081 <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.">
2082 OpenAI-style options: low, medium, high. Minimum and maximum are aliased to low and high. Auto does not send an effort level.2082 OpenAI-style options: low, medium, high. Minimum and maximum are aliased to low and high. Auto does not send an effort level.
2083 </div>2083 </div>
2084 <div class="toggle-description justifyLeft" 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.">2084 <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.">
2085 Allocates a portion of the response length for thinking (low: 10%, medium: 25%, high: 50%). Other options are model-dependent.2085 Allocates a portion of the response length for thinking (low: 10%, medium: 25%, high: 50%). Other options are model-dependent.
2086 </div>2086 </div>
2087 </div>2087 </div>