We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f6286 commit 8be0d5cCopy full SHA for 8be0d5c
1 file changed
src/styles/Extn-AIChatPanel.less
@@ -77,9 +77,9 @@
77
line-height: 19px;
78
}
79
80
- .ai-chat-header-actions,
81
- .ai-chat-header-left-actions {
+ .ai-chat-header-actions {
82
position: absolute;
+ right: 10px;
83
display: flex;
84
align-items: center;
85
gap: 2px;
@@ -88,14 +88,6 @@
88
transition: opacity 0.5s ease;
89
90
91
- .ai-chat-header-actions {
92
- right: 10px;
93
- }
94
-
95
96
- left: 10px;
97
98
99
.ai-history-btn,
100
.ai-settings-btn {
101
@@ -121,8 +113,7 @@
121
113
122
114
123
115
/* Show header actions on tab container hover */
124
-.ai-tab-container:hover .ai-chat-header-actions,
125
-.ai-tab-container:hover .ai-chat-header-left-actions {
116
+.ai-tab-container:hover .ai-chat-header-actions {
126
117
opacity: 1;
127
118
pointer-events: auto;
128
119
transition: opacity 0.15s ease;
0 commit comments