Atmosphere list view

I got annoyed at the layout of the Atmosphere package search and made a custom CSS for it :slight_smile:


Install it with the Stylish extension for Chrome or similar.
I’ve uploaded it to Stylish, so it should show up there. Otherwise you can just copy the CSS here:

.grid{
	max-width:1000px;
    margin:0 auto;
}
.grid>li.module{
	height:inherit;
    display:block;
    width:100%;
    padding:1px;
}
.grid>li.module .metadata{
    display:flex;
    padding:15px;
}
.grid>li.module .title{
    width:270px;
    flex-shrink:0
}
.grid>li.module .description{
    width:inherit;
    flex-grow:1;
    font-size:16px;
    padding:0 10px;
    color:#444;
}
.grid>li.module .stats{
    position:static;
	font-size:20px;
    white-space:nowrap;
    flex-shrink:0;
}
.module .stats .stat-installs{
    width:80px;
}
.module .stats .stat-stars{
    width:55px;
}
.show-more{
	font-size:24px;
}

Nice. How do you ever switch to Most used packages view? I only see search.

Update: found it though it was really puzzling me from marketing point of view why not display most trending and most used packages for a year by default, you have to search for this features hard. It makes an illusion of abandoned marketplace.

Yeah Atmosphere could really do with a better interface, and better features like the ability to sort searches by popularity.

2 Likes