forked from XiaoMo/ChatGPT-Next-Web
chore: delete chat button position
This commit is contained in:
parent
8915af9b6d
commit
b5eaa8272b
@ -185,7 +185,7 @@
|
|||||||
|
|
||||||
.chat-item-delete {
|
.chat-item-delete {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 10px;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
transition: all ease 0.3s;
|
transition: all ease 0.3s;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
@ -194,7 +194,7 @@
|
|||||||
|
|
||||||
.chat-item:hover > .chat-item-delete {
|
.chat-item:hover > .chat-item-delete {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
transform: translateX(-10px);
|
transform: translateX(-4px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-item:hover > .chat-item-delete:hover {
|
.chat-item:hover > .chat-item-delete:hover {
|
||||||
@ -283,15 +283,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-item-delete {
|
|
||||||
top: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.chat-item:hover > .chat-item-delete {
|
|
||||||
opacity: 0.5;
|
|
||||||
right: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidebar-tail {
|
.sidebar-tail {
|
||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user