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 15786fd commit 4d944e2Copy full SHA for 4d944e2
src/components/AIView.tsx
@@ -40,6 +40,7 @@ const ViewContainer = styled.div`
40
font-family: var(--font-monospace);
41
font-size: 12px;
42
overflow: hidden;
43
+ container-type: inline-size;
44
`;
45
46
const ChatArea = styled.div`
src/components/ChatMetaSidebar.tsx
@@ -11,6 +11,10 @@ const SidebarContainer = styled.div`
11
display: flex;
12
flex-direction: column;
13
14
+
15
+ @container (max-width: 949px) {
16
+ display: none;
17
+ }
18
19
20
const TabBar = styled.div`
0 commit comments