返回提交历史
Modified
g4f/gui/client/static/css/style.css
+4
-0
XFEstudio/gpt4free
Fix chat interface layout issues in the GUI client
222c420a
代码差异
1 个文件
+4
-0
@@ -1000,6 +1000,7 @@ input.model:hover
1000
1000
flex-direction: column;
1001
1001
gap: 10px;
1002
1002
margin: 4px 0;
1003
margin-top: auto;
1003
1004
}
1004
1005
1005
1006
.bottom_buttons button, .mem0 button {
@@ -1034,6 +1035,7 @@ input.model:hover
1034
1035
flex-direction: column;
1035
1036
gap: var(--inner-gap);
1036
1037
overflow: auto;
1038
flex-grow: 1;
1037
1039
}
1038
1040
1039
1041
.cursor {
@@ -1506,6 +1508,8 @@ form textarea {
1506
1508
transition: width 0.3s ease-in-out;
1507
1509
overflow: hidden;
1508
1510
width: 0;
1511
height: 100%;
1512
justify-content: space-between;
1509
1513
}
1510
1514
.chat-container {
1511
1515
flex: 1;