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

XFEstudio/gpt4free

Remove height restriction

Currently has blank black space at the bottom of the screen on 13" devices

4359be54
pakmmc <105471783+pakmmc@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -7
Modified g4f/gui/client/css/style.css +1 -7
@@ -660,12 +660,6 @@ ul {
660 660 }
661 661 }
662 662
663 @media screen and (max-height: 640px) and (min-width: 990px) {
664 body {
665 height: 87vh
666 }
667 }
668
669 663 .shown {
670 664 display: flex;
671 665 }
@@ -890,4 +884,4 @@ a:-webkit-any-link {
890 884
891 885 #send-button:hover {
892 886 border: 1px solid #e4d4ffc9;
893 }
887 }