Skip to content

Cursor/start working on jira ad 13 7d7a#7

Merged
dtacci merged 3 commits into
mainfrom
cursor/start-working-on-jira-ad-13-7d7a
Jun 19, 2025
Merged

Cursor/start working on jira ad 13 7d7a#7
dtacci merged 3 commits into
mainfrom
cursor/start-working-on-jira-ad-13-7d7a

Conversation

@dtacci

@dtacci dtacci commented Jun 19, 2025

Copy link
Copy Markdown
Owner

Add avatar in headers

@vercel

vercel Bot commented Jun 19, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
adobe2-0-cursor ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 19, 2025 9:19pm

@dtacci dtacci merged commit c052452 into main Jun 19, 2025
5 checks passed

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Mobile Sidebar Overlaps Header After Header Resize

The mobile sidebar's top and height properties were not updated after the header height changed from 40px to 48px. This causes the sidebar to overlap the header by 8px and have an incorrect height on mobile devices.

src/styles/App.css#L473-L508

line-height: 1.5;
}
/* Responsive Design */
@media (max-width: 768px) {
.sidebar {
position: absolute;
left: 0;
top: 40px;
height: calc(100vh - 40px);
z-index: 999;
box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
}
.sidebar.collapsed {
width: 0;
}
.component-content {
flex-direction: column;
}
.component-controls {
width: 100%;
max-height: 300px;
}
.header-controls {
display: flex;
gap: 8px;
}
/* Hide theme and scale controls on mobile, but keep avatar */
.header-controls .control-group:not(.avatar-control) {
display: none;
}

Fix in Cursor


BugBot free trial expires on July 22, 2025
You have used $0.00 of your $50.00 spend limit so far. Manage your spend limit in the Cursor dashboard.

Was this report helpful? Give feedback by reacting with 👍 or 👎

@github-actions

Copy link
Copy Markdown

🚀 Preview deployment ready!

Preview URL: https://adobe2-0-cursor-op4z7gl2w-dans-projects-e54a7842.vercel.app

Built from commit: 49e6286

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants