Skip to content

Commit 6f2d4e4

Browse files
authored
修复展示大屏bug
1 parent 05dbe1f commit 6f2d4e4

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed

KeepChatGPT.user.js

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name KeepChatGPT
33
// @description 这是一款提高ChatGPT的数据安全能力和效率的插件。并且免费共享大量创新功能,如:自动刷新、保持活跃、数据安全、取消审计、克隆对话、言无不尽、净化页面、展示大屏、展示全屏、拦截跟踪、日新月异等。让我们的AI体验无比安全、顺畅、丝滑、高效、简洁。
4-
// @version 21.4
4+
// @version 21.5
55
// @author xcanwin
66
// @namespace https://github.com/xcanwin/KeepChatGPT/
77
// @supportURL https://github.com/xcanwin/KeepChatGPT/
@@ -848,29 +848,19 @@ nav div.pt-3\\.5 {
848848
transition: transform 0.2s ease-in-out;
849849
}
850850
851-
.largescreen .gizmo\\:xl\\:px-5 {
851+
.largescreen .flex.text-base {
852852
max-width: unset;
853-
padding-right: 25px;
854-
}
855-
.largescreen .lg\\:px-0 {
856-
padding-left: 25px;
857-
padding-right: 50px;
858853
}
859854
@media (min-width:1024px) {
855+
.largescreen .flex.text-base .lg\\:w-\\[calc\\(100\\%-115px\\)\\] {
856+
width: calc(100% - 72px);
857+
}
860858
.largescreen form.stretch {
861859
max-width: 85%;
862860
}
863861
}
864-
.largescreen div.items-end>div.text-xs {
865-
top: -20px;
866-
left: -5px;
867-
margin-left: unset;
868-
-webkit-transform: unset;
869-
transform: unset;
870-
position: absolute;
871-
}
872862
.largescreen img {
873-
width: 653px
863+
width: 653px;
874864
}
875865
876866
.btn-neutral {

0 commit comments

Comments
 (0)