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

Fixes #644, Removed unnecessary left padding on various UL elements #645

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

KanishkValechha
Copy link
Contributor

This pull request addresses issues with the UL elements being right aligned due to left padding being applied in custom.css .

Key changes:

  • Removed padding: revert which was causing unnecessary left padding and misalignment of ul elements.
    Before:
    Screenshot 2025-01-16 221044
    After:
    image

Before(footer):
image

After(footer):
image

  • Due to the removal of padding: revert the padding was set to 0 again for all the ul elements, because of which only the placement section was broken so added px-5 padding to the section which fixed all the things.
    Before(with padding:revert):
    image

After(with px-5):
image
(remains the same)

@pikurasa pikurasa merged commit 71f985c into sugarlabs:master Jan 20, 2025
@pikurasa
Copy link
Contributor

Tested. It works and it's a simple solution, which we appreciate. Thanks!

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.

2 participants