-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix standardize home layout menu UX #21
base: develop
Are you sure you want to change the base?
Conversation
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.
All fine, but it seems there are some unused css classes left
@@ -39,15 +39,15 @@ def breadcrumb_root_menu | |||
@breadcrumb_root_menu ||= ::Decidim::BreadcrumbRootMenuPresenter.new( | |||
:menu, | |||
self, | |||
container_options: { class: "menu-bar__main-dropdown__menu" } |
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.
if remove the __main, I would expect the __main class be removed as well here:
&__main-dropdown { |
@@ -3,7 +3,7 @@ | |||
<%= render :metadata %> | |||
<%= cell "decidim/content_blocks/menu_breadcrumb_last_activity", model, hide_participatory_space: true %> | |||
</div> | |||
<ul class="menu-bar__secondary-dropdown__menu"> |
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.
If remove this class, I would expect to have this css class removed also from styles
&__secondary-dropdown { |
🎩 What? Why?
The Home Menu layout doesn't work well, some elements are too narrow, others too wide.
📌 Related Issues
https://git.octree.ch/decidim/decidim-nightly/-/issues/81
📷 Screenshots