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

XFEstudio/gpt4free

~ gui system prompt spacing

The spacing was misaligned, a little increase in the with fixes it

5f492647
Tekky <98614666+xtekky@users.noreply.github.com>
提交于

代码差异

1 个文件 +2 -2
Modified g4f/gui/client/css/style.css +2 -2
@@ -1013,8 +1013,8 @@ a:-webkit-any-link {
1013 1013 font-size: 15px;
1014 1014 width: 100%;
1015 1015 color: var(--colour-3);
1016 height: 50px;
1016 height: 59px;
1017 1017 outline: none;
1018 1018 padding: var(--inner-gap) var(--section-gap);
1019 1019 resize: vertical;
1020 }
1020 }