forked from Gitlink/gitlink_help_center
调整布局
This commit is contained in:
parent
3930dbe5a3
commit
65f214ada1
|
|
@ -1,11 +1,11 @@
|
|||
.aiChatButton {
|
||||
position: fixed;
|
||||
bottom: 30px;
|
||||
right: 300px;
|
||||
bottom: 150px;
|
||||
right: 160px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 10px 16px;
|
||||
background-color: #6366f1;
|
||||
background-color: var(--ifm-color-primary);
|
||||
color: white;
|
||||
border: none;
|
||||
border-radius: 24px;
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
}
|
||||
|
||||
.aiChatButton:hover {
|
||||
background-color: #4f46e5;
|
||||
background-color: var(--ifm-color-primary-dark);
|
||||
box-shadow: 0 6px 16px rgba(99, 102, 241, 0.5);
|
||||
transform: translateY(-2px);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue