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

Make message list easier to look at #10393

Open
thstyl2000 opened this issue Nov 22, 2024 · 3 comments
Open

Make message list easier to look at #10393

thstyl2000 opened this issue Nov 22, 2024 · 3 comments

Comments

@thstyl2000
Copy link

Is your feature request related to a problem? Please describe.

Currently it feels to me that the message list is a bit too cluttered.

Describe the solution you'd like

Allow extra space between each message, increase subject font size. Here is my futile attempt to make it more to my liking. I think it is definitely better, but a few details still need to be adjusted (like the size of avatars and so on):

.envelope__preview-text {
    width:97%;
    font-size:80%;
}

.envelope__subtitle {
    font-size:118%;
}

.list-item__wrapper {
    margin-top:0.5em;
    margin-bottom:0.5em;
}

.list-item-content {
    margin-left:0.5em;
}


.list-item-details__details {
    padding-bottom:0.1em;
}

.list-item-details__extra {
    padding-bottom:0.3em;
}

Describe alternatives you've considered

No response

Additional context

No response

@ChristophWurst
Copy link
Member

Thank you for the suggestions @thstyl2000!

@nimishavijay what do you think?

@nimishavijay
Copy link
Member

Nice! Could you share a before/after screenshot for easier reviewing?

I would also recommend making use of variables like calc(var(--default-grid-baseline)*2) instead of hardcoded values like 0.5em to be consistent :)

@thstyl2000
Copy link
Author

If you can give me a hint about creating ~20 test emails on a dovecot imap server, then yes, absolutely! Otherwise I would need to strike out all sensitive data from my own inbox and it wouldn't really help (you'd just see a bunch of red lines.....)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants