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

XFEstudio/gpt4free

Improve mobile css styles

12464bfa
Heiner Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +10 -2
Modified g4f/gui/client/css/style.css +10 -2
@@ -541,7 +541,6 @@ label[for="camera"] {
541 541 display: flex;
542 542 align-items: center;
543 543 gap: 16px;
544 padding-right: 15px
545 544 }
546 545
547 546 .field .about {
@@ -569,7 +568,16 @@ select {
569 568 padding: 8px 16px;
570 569
571 570 appearance: none;
572 width: 250px;
571 width: 160px;
572 }
573
574 @media only screen and (min-width: 40em) {
575 select {
576 width: 200px;
577 }
578 .field {
579 padding-right: 15px
580 }
573 581 }
574 582
575 583 .input-box {