-
Notifications
You must be signed in to change notification settings - Fork 172
Align Tickets and Talk menu design with Common Dashboard Menu #1547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Changes from 4 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -19,7 +19,7 @@ body { | |||||||||||||||||||
| background: var(--color-bg); | ||||||||||||||||||||
| flex-grow: 1; | ||||||||||||||||||||
| max-width: 100%; | ||||||||||||||||||||
|
||||||||||||||||||||
| max-width: 100%; | |
| max-width: 100%; | |
| /* Note: Asymmetric padding (18px vertical, 44px horizontal) is intentional to match surrounding layout spacing. */ |
Copilot
AI
Dec 20, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inconsistent padding values between similar button styles. In _layout.css, the padding is set to "6px 10px", while in custom.scss the padding is "7px 7px". These should be aligned for consistency across the dashboard menus.
| padding: 6px 10px; | |
| padding: 7px 7px; |
Copilot
AI
Dec 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider adding a comment explaining the purpose of this style block and its relationship to the common dashboard navigation styles. This would help future maintainers understand why these specific styles are needed for the event dashboard.
| /* Event dashboard main title area | |
| * These styles control the layout of the main header/title section | |
| * for the event dashboard. The flex container aligns the page title | |
| * with the navigation button, and works together with the common | |
| * header navigation button styles defined above to create a cohesive | |
| * dashboard header. | |
| */ |
Uh oh!
There was an error while loading. Please reload this page.