Skip to content

Commit c5d12e4

Browse files
HazATclaude
andcommitted
fix(agent-skills): hide callout on mobile viewports
No value in showing the agent prompt on small screens where users aren't using coding agents. Co-Authored-By: Claude <[email protected]>
1 parent dedce37 commit c5d12e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/agentSkillsCallout/style.module.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
border: 1px solid color-mix(in srgb, var(--accent-purple), transparent 60%);
66
background: color-mix(in srgb, var(--accent-purple), transparent 92%);
77
color: var(--gray-500);
8+
9+
@media (max-width: 768px) {
10+
display: none;
11+
}
812
}
913

1014
:global(.dark) .wrapper {

0 commit comments

Comments
 (0)