返回提交历史
Modified
g4f/gui/client/css/style.css
+1
-7
XFEstudio/gpt4free
Remove height restriction
Currently has blank black space at the bottom of the screen on 13" devices
4359be54
代码差异
1 个文件
+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
}