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 3a27db5 commit e53ac07Copy full SHA for e53ac07
apps/web/components/roadmap/RoadmapItem.tsx
@@ -50,7 +50,7 @@ export default function RoadmapItem({
50
)}
51
</h4>
52
</div>
53
- <div className="flex space-x-1 opacity-0 group-hover:opacity-100 transition-opacity ml-2">
+ <div className="flex space-x-1 opacity-100 md:opacity-0 md:group-hover:opacity-100 transition-opacity ml-2">
54
<button
55
onClick={(e) => {
56
e.stopPropagation();
0 commit comments