File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
libs/remix-ui/remix-ai-assistant/src Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export interface ChatHistoryComponentProps {
25
25
const AiChatIntro = ( props ) => {
26
26
return (
27
27
< div className = "assistant-landing d-flex flex-column mx-1 align-items-center justify-content-center text-center h-100 w-100" >
28
- < img src = { assistantAvatar } alt = "RemixAI logo" style = { { width : '120px' } } className = "mb-3" />
28
+ < img src = { assistantAvatar } alt = "RemixAI logo" style = { { width : '120px' } } className = "mb-3 container-img " />
29
29
< h5 className = "mb-2" > RemixAI</ h5 >
30
30
< p className = "mb-4" style = { { fontSize : '0.9rem' } } >
31
31
RemixAI provides you personalized guidance as you build. It can break down concepts,
Original file line number Diff line number Diff line change 301
301
.border-box-sizing {
302
302
box-sizing : border-box;
303
303
}
304
+
305
+ @media (max-width : 1280px ) {
306
+ @container container-img (inline-size < 150px) {
307
+ .container-img {
308
+ width : 80px ;
309
+ min-height : 80px ;
310
+ }
311
+ }
312
+ }
You can’t perform that action at this time.
0 commit comments