-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Remove bottom bars and move buttons inside editor #54
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: experiment-template
Are you sure you want to change the base?
Conversation
|
@claude remove the bottom25px CSS from left sidebar .red-ui-palette-container and remove the .red-ui-sidebar-footer from the right sidebar |
|
Claude finished @dimitrieh's task —— View job ✅ CSS adjustments completedI've successfully made the requested CSS changes to both sidebars: Changes made:
Visual confirmation:The changes have been tested with Playwright and confirmed working:
Files modified:
The changes have been committed and pushed to the branch. [Job Run](https://github.com/dimitrieh/node-red/actions/runs/${{ github.run_id }}) • Branch: claude/issue-50-20250925-0801 |
|
Experiment Deployed Your Node-RED experiment is now live at: View all experiments: https://dashboard.tailbfedba.ts.net This deployment will automatically expire in 7 days. Branch: |
92a4dfa to
f6d2736
Compare
|
Experiment Deployed Your Node-RED experiment is now live at: View all experiments: https://dashboard.tailbfedba.ts.net This deployment will automatically expire in 7 days. Branch: |
f6d2736 to
e26f4e9
Compare
|
Experiment Deployed Your Node-RED experiment is now live at: View all experiments: https://dashboard.tailbfedba.ts.net This deployment will automatically expire in 7 days. Branch: |
- Repositioned workspace footer to overlay on canvas with transparent background - Increased footer button size from 19x19px to 28x28px to match tab link buttons - Extended workspace chart to full height (bottom: 0) - Removed palette footer completely (display: none) - Removed sidebar footer and extended sidebar content to full height - Workspace footer now floats on top of canvas editor at the bottom Fixes #50 Co-authored-by: Dimitrie Hoekstra <[email protected]>
- Changed .red-ui-palette-scroll bottom from 25px to 0 - Palette now extends to full height of the left sidebar - Right sidebar footer already hidden with display: none Co-authored-by: Dimitrie Hoekstra <[email protected]>
e26f4e9 to
f77831d
Compare
Fixes #50