返回提交历史
Modified
g4f/gui/client/static/css/style.css
+19
-3
XFEstudio/gpt4free
Update style.css
54fbe29d
代码差异
1 个文件
+19
-3
@@ -876,7 +876,6 @@ a:-webkit-any-link {
876
876
width: 1px;
877
877
}
878
878
879
880
879
.color-picker>fieldset {
881
880
border: 0;
882
881
display: flex;
@@ -1014,8 +1013,8 @@ a:-webkit-any-link {
1014
1013
font-size: 15px;
1015
1014
width: 100%;
1016
1015
color: var(--colour-3);
1017
min-height: 59px;
1018
height: 59px;
1016
min-height: 50px;
1017
height: 50px;
1019
1018
outline: none;
1020
1019
padding: var(--inner-gap) var(--section-gap);
1021
1020
resize: vertical;
@@ -1033,4 +1032,21 @@ a:-webkit-any-link {
1033
1032
}
1034
1033
::-webkit-scrollbar-thumb:hover {
1035
1034
background: var(--accent)
1035
}
1036
1037
.hljs {
1038
color: #e9e9f4;
1039
background: #28293629;
1040
border-radius: var(--border-radius-1);
1041
border: 1px solid var(--blur-border);
1042
font-size: 15px;
1043
}
1044
1045
#message-input {
1046
height: 82px;
1047
margin-left: 20px;
1048
}
1049
1050
#message-input::-webkit-scrollbar {
1051
width: 5px;
1036
1052
}