@@ -113,18 +113,9 @@ body.has-ai-conversations-sidebar {
113
113
}
114
114
115
115
#topic-footer-buttons {
116
- width : calc (100% - 6.5em );
117
- margin-top : 0 ;
118
-
119
- @include viewport .until (md) {
120
- max-width : unset ;
121
- width : 100% ;
122
- }
123
-
124
- @include viewport .from (xl) {
125
- width : 100% ;
126
- max-width : 51em ;
127
- }
116
+ margin-top : 1em ;
117
+ width : 100% ;
118
+ max-width : 50.5em ;
128
119
129
120
.topic-footer-main-buttons {
130
121
justify-content : flex-end ;
@@ -151,10 +142,6 @@ body.has-ai-conversations-sidebar {
151
142
}
152
143
}
153
144
154
- .topic-footer-main-buttons {
155
- margin-left : calc (var (--topic-avatar-width ) - 1.15em );
156
- }
157
-
158
145
.ai-bot-conversations {
159
146
--input-max-width : 46em ;
160
147
display : flex ;
@@ -169,13 +156,26 @@ body.has-ai-conversations-sidebar {
169
156
& __selection-wrapper {
170
157
display : flex ;
171
158
flex-direction : column ;
159
+ min-width : 0 ;
160
+
161
+ @include viewport .until (sm) {
162
+ .select-kit-header-wrapper {
163
+ font-size : var (--font-down-1 );
164
+ }
165
+ }
172
166
173
167
label {
174
168
font-size : var (--font-down-1 );
175
169
font-weight : 300 ;
176
170
margin-left : 1em ;
177
171
margin-bottom : 0 ;
178
172
}
173
+
174
+ .name {
175
+ display : block ;
176
+
177
+ @include ellipsis ;
178
+ }
179
179
}
180
180
181
181
.btn {
@@ -232,6 +232,10 @@ body.has-ai-conversations-sidebar {
232
232
border : 1px solid var (--primary-low );
233
233
border-radius : var (--d-input-border-radius );
234
234
235
+ & :has (textarea [disabled ]) {
236
+ background : var (--primary-very-low );
237
+ }
238
+
235
239
@include viewport .from (sm) {
236
240
width : 80% ;
237
241
max-width : var (--input-max-width );
@@ -291,6 +295,8 @@ body.has-ai-conversations-sidebar {
291
295
scrollbar-color : var (--scrollbarThumbBg ) var (--scrollbarBg );
292
296
scrollbar-width : thin ;
293
297
transition : scrollbar-color 0.25s ease-in-out ;
298
+ height : 100% ;
299
+ line-height : var (--line-height-large );
294
300
295
301
& ::-webkit-scrollbar-thumb {
296
302
background-color : var (--scrollbarThumbBg );
@@ -424,4 +430,19 @@ body.has-ai-conversations-sidebar {
424
430
margin-right : 0.15em ;
425
431
}
426
432
}
433
+
434
+ // hide extra buttons
435
+ .timeline-container .topic-timeline .timeline-footer-controls {
436
+ display : none ;
437
+ }
438
+
439
+ .topic-footer-main-buttons {
440
+ button :not (
441
+ .create ,
442
+ .share-ai-conversation-button ,
443
+ .topic-admin-menu-trigger
444
+ ) {
445
+ display : none ;
446
+ }
447
+ }
427
448
}
0 commit comments