Skip to content

Commit 8be0d5c

Browse files
committed
feat: move back all the buttons to the right side in ai panel
1 parent 40f6286 commit 8be0d5c

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

src/styles/Extn-AIChatPanel.less

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@
7777
line-height: 19px;
7878
}
7979

80-
.ai-chat-header-actions,
81-
.ai-chat-header-left-actions {
80+
.ai-chat-header-actions {
8281
position: absolute;
82+
right: 10px;
8383
display: flex;
8484
align-items: center;
8585
gap: 2px;
@@ -88,14 +88,6 @@
8888
transition: opacity 0.5s ease;
8989
}
9090

91-
.ai-chat-header-actions {
92-
right: 10px;
93-
}
94-
95-
.ai-chat-header-left-actions {
96-
left: 10px;
97-
}
98-
9991
.ai-history-btn,
10092
.ai-settings-btn {
10193
display: flex;
@@ -121,8 +113,7 @@
121113
}
122114

123115
/* 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 {
126117
opacity: 1;
127118
pointer-events: auto;
128119
transition: opacity 0.15s ease;

0 commit comments

Comments
 (0)