forked from XiaoMo/ChatGPT-Next-Web
fix: minor fix
This commit is contained in:
parent
3a3999d73a
commit
48dc2c2295
@ -292,6 +292,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
top: -26px;
|
top: -26px;
|
||||||
|
left: 110px;
|
||||||
transition: all ease 0.3s;
|
transition: all ease 0.3s;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
@ -302,6 +303,7 @@
|
|||||||
.chat-message-top-action {
|
.chat-message-top-action {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
color: var(--black);
|
color: var(--black);
|
||||||
|
white-space: nowrap;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
Loading…
Reference in New Issue
Block a user