Skip to content

Fix action-bar height and sticky position for list search#19330

Merged
MikeAlhayek merged 2 commits into
mainfrom
gvkries/minor-admin-fixes
Jun 4, 2026
Merged

Fix action-bar height and sticky position for list search#19330
MikeAlhayek merged 2 commits into
mainfrom
gvkries/minor-admin-fixes

Conversation

@gvkries
Copy link
Copy Markdown
Member

@gvkries gvkries commented Jun 4, 2026

This pull request makes improvements to the admin list search panel and enhances the maintainability of the action bar's styling by replacing hardcoded values with CSS variables. The main changes involve restructuring the form markup for better HTML semantics and updating the action bar's positioning to use a variable for easier theme customization.

Admin list search panel markup:

  • Moved the <form> tag inside the .card element in ListPartDetailAdminSearchPanel.cshtml to improve semantic structure and avoid wrapping the entire card in a form. [1] [2]

Styling and maintainability:

  • Updated the .action-bar CSS in both the SCSS source (_action-bar.scss) and compiled CSS (TheAdmin.css) to use the --oc-top-nav-height CSS variable instead of a hardcoded top value, making it easier to adjust the top navigation height across themes. [1] [2]

@MikeAlhayek MikeAlhayek merged commit 2afdef6 into main Jun 4, 2026
13 checks passed
@MikeAlhayek MikeAlhayek deleted the gvkries/minor-admin-fixes branch June 4, 2026 19:49
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.

3 participants