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 3 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.

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