Open
Description
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