Skip to content
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 ux adjustments on proposal's highlighted page #14

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

rsdeus
Copy link
Member

@rsdeus rsdeus commented Dec 12, 2024

🎩 What? Why?

On Mobile, on a Process page:
The layout of the listing of Proposals is not optimal. A lot of width is lost for the actual list of proposals.

📌 Related Issues

https://git.octree.ch/decidim/decidim-nightly/-/issues/85

📷 Screenshots

image

♥️ Thank you!

Copy link
Member

@froger froger left a comment

Choose a reason for hiding this comment

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

All good for the code side. Checking in test instance

@@ -11,7 +11,7 @@
<% end %>
</div>

<div class="flex items-start justify-between">
<div class="flex items-center justify-between p-2">
Copy link
Member

Choose a reason for hiding this comment

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

p-2 will add padding everywhere, and broke padding. use only vertical padding, if really needed.

@rsdeus rsdeus force-pushed the fix/ux_process_highlighted_page branch from aadec87 to 5c0c175 Compare January 29, 2025 14:42
@rsdeus rsdeus changed the title fix: ux adjustments on proposal's highlighted page Fix ux adjustments on proposal's highlighted page Jan 29, 2025
@rsdeus rsdeus force-pushed the fix/ux_process_highlighted_page branch from 4a12511 to 417e55d Compare February 5, 2025 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants