Skip to content

Make message list easier to look at #10393

Open
@thstyl2000

Description

@thstyl2000

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

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions