deemix-webui/public/css/modules/main-search.css

61 lines
864 B
CSS
Raw Normal View History

#main_search > .search_section {
float: none;
cursor: pointer;
}
.top_result {
display: flex;
align-items: center;
}
.top_result > .cover_container {
width: 156px;
height: 156px;
}
.top_result > .info_box {
display: inline-block;
padding-left: 24px;
}
.top_result > .info_box > p,
2020-05-09 18:18:36 +02:00
.release .primary-text,
.release .secondary-text {
margin: 0px;
margin-bottom: 4px;
}
.secondary-text {
opacity: 0.75;
font-size: 14px;
}
.release_grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(156px, 1fr));
grid-gap: 1rem;
}
.release_grid.firstrow_only {
grid-template-rows: 1fr;
grid-auto-rows: 0;
grid-row-gap: 0px;
overflow-y: hidden;
}
.release {
display: inline-block;
width: 156px;
}
2020-05-09 18:18:36 +02:00
.release .cover_container {
width: 156px;
height: 156px;
2020-05-09 18:18:36 +02:00
margin-bottom: 10px;
}
.track_row > td > img {
width: 32px;
height: 32px;
2020-04-17 21:04:51 +02:00
}