XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/gpt4free

Change margin of input buttons

4654542b
hlohaus <983577+hlohaus@users.noreply.github.com>
提交于

代码差异

3 个文件 +2 -4
Modified g4f/gui/client/demo.html +0 -2
@@ -308,8 +308,6 @@
308 308 const text = await response.text()
309 309 if (text) {
310 310 background.src = `data:text/html;charset=utf-8,${encodeURIComponent(text)}`;
311 const gradient = document.querySelector('.gradient');
312 gradient.classList.add('hidden');
313 311 }
314 312 }
315 313
Modified g4f/gui/client/index.html +1 -1
@@ -122,7 +122,7 @@
122 122 <label for="hide-systemPrompt" class="toogle" title="For more space on phones"></label>
123 123 </div>
124 124 <div class="field">
125 <span class="label">Download generated images, audios and videos</span>
125 <span class="label">Download generated media</span>
126 126 <input type="checkbox" id="download_media" checked/>
127 127 <label for="download_media" class="toogle" title="Download and save generated images, audios and videos"></label>
128 128 </div>
Modified g4f/gui/client/static/css/style.css +1 -1
@@ -1553,7 +1553,7 @@ form .field.saved .fa-xmark {
1553 1553 background: var(--blur-bg);
1554 1554 color: white;
1555 1555 padding: 12px 15px;
1556 margin: 0 10px;
1556 margin: 0 2px 0 4px;
1557 1557 border-radius: 5px;
1558 1558 cursor: pointer;
1559 1559 border: 1px dashed #e4d4ffa6;